Searched refs:write_begin (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/bfs/ |
| H A D | file.c | 197 .write_begin = bfs_write_begin,
|
| /linux/fs/ecryptfs/ |
| H A D | mmap.c | 530 .write_begin = ecryptfs_write_begin,
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | porting.rst | 40 No ->write_begin(), ->write_end() or direct_IO
|
| /linux/fs/ |
| H A D | buffer.c | 2397 err = aops->write_begin(NULL, mapping, size, 0, &folio, &fsdata); in generic_cont_expand_simple() 2434 err = aops->write_begin(iocb, mapping, curpos, len, in cont_expand_zero() 2467 err = aops->write_begin(iocb, mapping, curpos, len, in cont_expand_zero()
|
| H A D | namei.c | 6556 err = aops->write_begin(NULL, mapping, 0, len-1, &folio, &fsdata); in page_symlink()
|
| /linux/fs/orangefs/ |
| H A D | inode.c | 613 .write_begin = orangefs_write_begin,
|
| /linux/fs/ext4/ |
| H A D | inode.c | 3952 .write_begin = ext4_write_begin, 3968 .write_begin = ext4_write_begin, 3984 .write_begin = ext4_da_write_begin,
|
| /linux/fs/udf/ |
| H A D | inode.c | 330 .write_begin = udf_write_begin,
|
| /linux/fs/ceph/ |
| H A D | addr.c | 1952 .write_begin = ceph_write_begin,
|
| /linux/include/linux/ |
| H A D | fs.h | 412 int (*write_begin)(const struct kiocb *, struct address_space *mapping, member
|
| /linux/mm/ |
| H A D | filemap.c | 4364 status = a_ops->write_begin(iocb, mapping, pos, bytes, in generic_perform_write()
|
| H A D | shmem.c | 5139 .write_begin = shmem_write_begin,
|
| /linux/fs/f2fs/ |
| H A D | super.c | 3224 err = a_ops->write_begin(NULL, mapping, off, tocopy, in f2fs_quota_write()
|