Searched refs:write_begin (Results 1 – 25 of 45) sorted by relevance
12
/linux/fs/bfs/ |
A D | file.c | 194 .write_begin = bfs_write_begin,
|
/linux/fs/9p/ |
A D | vfs_addr.c | 340 .write_begin = v9fs_write_begin,
|
/linux/fs/udf/ |
A D | file.c | 131 .write_begin = udf_adinicb_write_begin,
|
/linux/fs/affs/ |
A D | file.c | 459 .write_begin = affs_write_begin, 840 .write_begin = affs_write_begin_ofs, 888 res = mapping->a_ops->write_begin(NULL, mapping, isize, 0, 0, &page, &fsdata); in affs_truncate()
|
/linux/fs/hfsplus/ |
A D | inode.c | 162 .write_begin = hfsplus_write_begin, 172 .write_begin = hfsplus_write_begin,
|
/linux/fs/vboxsf/ |
A D | file.c | 358 .write_begin = simple_write_begin,
|
/linux/fs/hpfs/ |
A D | file.c | 253 .write_begin = hpfs_write_begin,
|
/linux/fs/adfs/ |
A D | inode.c | 79 .write_begin = adfs_write_begin,
|
/linux/fs/hfs/ |
A D | inode.c | 165 .write_begin = hfs_write_begin, 175 .write_begin = hfs_write_begin,
|
/linux/fs/omfs/ |
A D | file.c | 380 .write_begin = omfs_write_begin,
|
/linux/fs/jfs/ |
A D | inode.c | 365 .write_begin = jfs_write_begin,
|
/linux/fs/jffs2/ |
A D | file.c | 76 .write_begin = jffs2_write_begin,
|
/linux/fs/ecryptfs/ |
A D | mmap.c | 552 .write_begin = ecryptfs_write_begin,
|
/linux/fs/sysv/ |
A D | itree.c | 501 .write_begin = sysv_write_begin,
|
/linux/Documentation/filesystems/ |
A D | locking.rst | 251 int (*write_begin)(struct file *, struct address_space *mapping, 283 write_begin: locks the page exclusive 300 ->write_begin(), ->write_end() and ->readpage() may be called from
|
A D | vfs.rst | 660 process is more complicated and uses write_begin/write_end or 731 int (*write_begin)(struct file *, struct address_space *mapping, 825 ``write_begin`` 839 passed to write_begin is greater than the number of bytes copied 852 After a successful write_begin, and data copy, write_end must be 853 called. len is the original len passed to write_begin, and
|
A D | netfs_library.rst | 35 ->readahead() and much of the ->write_begin() VM operations and translate them 104 into the corresponding read helper; whereas for ->write_begin(), it may be a
|
/linux/fs/afs/ |
A D | file.c | 60 .write_begin = afs_write_begin,
|
/linux/block/ |
A D | fops.c | 436 .write_begin = blkdev_write_begin,
|
/linux/fs/ext2/ |
A D | inode.c | 969 .write_begin = ext2_write_begin, 984 .write_begin = ext2_nobh_write_begin,
|
/linux/fs/nfs/ |
A D | file.c | 522 .write_begin = nfs_write_begin,
|
/linux/fs/exfat/ |
A D | inode.c | 499 .write_begin = exfat_write_begin,
|
/linux/fs/minix/ |
A D | inode.c | 448 .write_begin = minix_write_begin,
|
/linux/fs/hostfs/ |
A D | hostfs_kern.c | 508 .write_begin = hostfs_write_begin,
|
/linux/mm/ |
A D | filemap.c | 3599 return aops->write_begin(file, mapping, pos, len, flags, in pagecache_write_begin() 3754 status = a_ops->write_begin(file, mapping, pos, bytes, flags, in generic_perform_write()
|
Completed in 69 milliseconds
12