Home
last modified time | relevance | path

Searched refs:write_begin (Results 1 – 13 of 13) sorted by relevance

/linux/fs/bfs/
H A Dfile.c197 .write_begin = bfs_write_begin,
/linux/fs/ecryptfs/
H A Dmmap.c530 .write_begin = ecryptfs_write_begin,
/linux/Documentation/filesystems/iomap/
H A Dporting.rst40 No ->write_begin(), ->write_end() or direct_IO
/linux/fs/
H A Dbuffer.c2397 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 Dnamei.c6556 err = aops->write_begin(NULL, mapping, 0, len-1, &folio, &fsdata); in page_symlink()
/linux/fs/orangefs/
H A Dinode.c613 .write_begin = orangefs_write_begin,
/linux/fs/ext4/
H A Dinode.c3952 .write_begin = ext4_write_begin,
3968 .write_begin = ext4_write_begin,
3984 .write_begin = ext4_da_write_begin,
/linux/fs/udf/
H A Dinode.c330 .write_begin = udf_write_begin,
/linux/fs/ceph/
H A Daddr.c1952 .write_begin = ceph_write_begin,
/linux/include/linux/
H A Dfs.h412 int (*write_begin)(const struct kiocb *, struct address_space *mapping, member
/linux/mm/
H A Dfilemap.c4364 status = a_ops->write_begin(iocb, mapping, pos, bytes, in generic_perform_write()
H A Dshmem.c5139 .write_begin = shmem_write_begin,
/linux/fs/f2fs/
H A Dsuper.c3224 err = a_ops->write_begin(NULL, mapping, off, tocopy, in f2fs_quota_write()