Searched refs:write (Results 1 - 25 of 113) sorted by relevance

12345

/fs/adfs/
H A Dfile.c30 .write = new_sync_write,
/fs/ufs/
H A Dfile.c40 .write = new_sync_write,
/fs/ramfs/
H A Dfile-mmu.c19 * a POSIX-compliant read-write filesystem.
36 .write = new_sync_write,
/fs/
H A Ddrop_caches.c53 int drop_caches_sysctl_handler(struct ctl_table *table, int write, argument
58 ret = proc_dointvec_minmax(table, write, buffer, length, ppos);
61 if (write) {
H A Dfile_table.c79 int proc_nr_files(struct ctl_table *table, int write, argument
83 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos);
86 int proc_nr_files(struct ctl_table *table, int write, argument
98 * getting write access to any mount that you might assign
99 * to this filp, if it is opened for write. If this is not
174 likely(fop->write || fop->aio_write || fop->write_iter))
/fs/afs/
H A DMakefile30 write.o
/fs/exofs/
H A Dfile.c30 * along with exofs; if not, write to the Free Software
71 .write = new_sync_write,
/fs/minix/
H A Dfile.c19 .write = new_sync_write,
/fs/sysv/
H A Dfile.c26 .write = new_sync_write,
/fs/ext2/
H A Dfile.c66 .write = new_sync_write,
85 .write = xip_file_write,
/fs/xfs/
H A Dxfs_sysctl.c15 * along with this program; if not, write the Free Software Foundation,
29 int write,
37 ret = proc_dointvec_minmax(ctl, write, buffer, lenp, ppos);
39 if (!ret && write && *valp) {
59 int write,
66 ret = proc_dointvec_minmax(ctl, write, buffer, lenp, ppos);
67 if (!ret && write) {
27 xfs_stats_clear_proc_handler( struct ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
57 xfs_panic_mask_proc_handler( struct ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
/fs/sysfs/
H A Dfile.c105 /* kernfs write callback for regular sysfs files */
118 /* kernfs write callback for bin sysfs files */
134 if (!battr->write)
137 return battr->write(of->file, kobj, battr, buf, pos, count);
179 .write = sysfs_kf_write,
184 .write = sysfs_kf_write,
192 .write = sysfs_kf_bin_write,
197 .write = sysfs_kf_bin_write,
202 .write = sysfs_kf_bin_write,
240 else if (battr->read && battr->write)
[all...]
/fs/ocfs2/
H A Ddlmglue.h21 * License along with this program; if not, write to the
111 int ocfs2_rw_lock(struct inode *inode, int write);
112 void ocfs2_rw_unlock(struct inode *inode, int write);
114 int ocfs2_try_open_lock(struct inode *inode, int write);
/fs/fscache/
H A Dmain.c56 static int fscache_max_active_sysctl(struct ctl_table *table, int write, argument
64 ret = proc_dointvec(table, write, buffer, lenp, ppos);
/fs/nls/
H A DKconfig45 codepage if you want to be able to read/write these filenames on
57 codepage if you want to be able to read/write these filenames on
69 codepage if you want to be able to read/write these filenames on
82 codepage if you want to be able to read/write these filenames on
98 codepage if you want to be able to read/write these filenames on
113 codepage if you want to be able to read/write these filenames on
124 codepage if you want to be able to read/write these filenames on
135 codepage if you want to be able to read/write these filenames on
146 codepage if you want to be able to read/write these filenames on
157 codepage if you want to be able to read/write thes
[all...]
/fs/ext3/
H A Dfile.c54 .write = new_sync_write,
/fs/jffs2/
H A DMakefile9 jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
/fs/jfs/
H A Djfs_debug.c16 * along with this program; if not, write to the Free Software
66 .write = jfs_loglevel_proc_write,
/fs/lockd/
H A Dprocfs.c63 .write = nlm_end_grace_write,
/fs/proc/
H A Dinode.c218 ssize_t (*write)(struct file *, const char __user *, size_t, loff_t *);
222 write = pde->proc_fops->write;
223 if (write)
224 rv = write(file, buf, count, ppos);
378 .write = proc_reg_write,
394 .write = proc_reg_write,
/fs/nfs/
H A DMakefile10 write.o namespace.o mount_clnt.o nfstrace.o
/fs/pstore/
H A Dpmsg.c69 .write = write_pmsg,
H A Dplatform.c17 * along with this program; if not, write to the Free Software
337 ret = psinfo->write(PSTORE_TYPE_DMESG, reason, &id, part,
375 psinfo->write(PSTORE_TYPE_CONSOLE, 0, &id, 0, 0, 0, c, psinfo);
384 .write = pstore_console_write,
429 if (!psi->write)
430 psi->write = pstore_write_compat;
/fs/coda/
H A Dfile.c78 if (!host_file->f_op->write)
85 ret = host_file->f_op->write(host_file, buf, count, ppos);
235 .write = coda_file_write,
/fs/fuse/
H A Dfile.c388 curr_index = req->misc.write.in.offset >> PAGE_CACHE_SHIFT;
564 static void fuse_release_user_pages(struct fuse_req *req, int write) argument
570 if (write)
610 else if (io->bytes >= 0 && io->write)
636 fuse_release_user_pages(req, !io->write);
638 if (io->write) {
639 if (req->misc.write.in.size != req->misc.write.out.size)
640 pos = req->misc.write.in.offset - io->offset +
641 req->misc.write
1283 fuse_get_user_pages(struct fuse_req *req, struct iov_iter *ii, size_t *nbytesp, int write) argument
1346 int write = flags & FUSE_DIO_WRITE; local
[all...]

Completed in 430 milliseconds

12345