/kernel/linux/linux-5.10/fs/hugetlbfs/ |
H A D | inode.c | 384 hugetlbfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) hugetlbfs_write_begin() argument 392 hugetlbfs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) hugetlbfs_write_end() argument
|
/kernel/linux/linux-6.6/fs/hugetlbfs/ |
H A D | inode.c | 413 hugetlbfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) hugetlbfs_write_begin() argument 421 hugetlbfs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) hugetlbfs_write_end() argument
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | addr.c | 1498 ceph_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) ceph_write_begin() argument 1521 ceph_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *subpage, void *fsdata) ceph_write_end() argument
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | inode.c | 223 fat_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) fat_write_begin() argument 238 fat_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *pagep, void *fsdata) fat_write_end() argument
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | compress.c | 1140 bool f2fs_compress_write_end(struct inode *inode, void *fsdata, in f2fs_compress_write_end() argument 1163 void *fsdata = NULL; in f2fs_truncate_partial_cluster() local 1038 prepare_compress_overwrite(struct compress_ctx *cc, struct page **pagep, pgoff_t index, void **fsdata) prepare_compress_overwrite() argument 1125 f2fs_prepare_compress_overwrite(struct inode *inode, struct page **pagep, pgoff_t index, void **fsdata) f2fs_prepare_compress_overwrite() argument [all...] |
H A D | data.c | 3124 void *fsdata = NULL; in f2fs_write_cache_pages() local 3601 f2fs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) f2fs_write_begin() argument 3733 f2fs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) f2fs_write_end() argument
|
H A D | super.c | 2720 void *fsdata = NULL; in f2fs_quota_write() local
|
/kernel/linux/linux-6.6/fs/ |
H A D | buffer.c | 2469 void *fsdata = NULL; in generic_cont_expand_simple() local 2495 void *fsdata = NULL; in cont_expand_zero() local 2240 block_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) block_write_end() argument 2274 generic_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) generic_write_end() argument 2565 cont_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata, get_block_t *get_block, loff_t *bytes) cont_write_begin() argument [all...] |
H A D | libfs.c | 824 simple_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) simple_write_begin() argument 869 simple_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) simple_write_end() argument
|
H A D | namei.c | 5211 void *fsdata = NULL; in page_symlink() local
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | aops.c | 1646 ocfs2_write_begin_nolock(struct address_space *mapping, loff_t pos, unsigned len, ocfs2_write_type_t type, struct page **pagep, void **fsdata, struct buffer_head *di_bh, struct page *mmap_page) ocfs2_write_begin_nolock() argument 1882 ocfs2_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) ocfs2_write_begin() argument 1950 ocfs2_write_end_nolock(struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, void *fsdata) ocfs2_write_end_nolock() argument 2079 ocfs2_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) ocfs2_write_end() argument
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | inode.c | 252 udf_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) udf_write_begin() argument 278 udf_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) udf_write_end() argument
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | inode.c | 2742 reiserfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) reiserfs_write_begin() argument 2869 reiserfs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) reiserfs_write_end() argument
|
/kernel/linux/linux-6.6/mm/ |
H A D | filemap.c | 3955 void *fsdata = NULL; in generic_perform_write() local
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | file.c | 2255 fuse_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) fuse_write_begin() argument 2300 fuse_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) fuse_write_end() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 4731 void *fsdata = NULL; in __page_symlink() local
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | file.c | 2530 cifs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) cifs_write_end() argument 4657 cifs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) cifs_write_begin() argument
|
H A D | smb2pdu.c | 5122 SMB311_posix_qfs_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct kstatfs *fsdata) SMB311_posix_qfs_info() argument 5173 SMB2_QFS_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct kstatfs *fsdata) SMB2_QFS_info() argument
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | file.c | 2320 fuse_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) fuse_write_begin() argument 2364 fuse_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) fuse_write_end() argument
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | file.c | 3074 cifs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) cifs_write_end() argument 4795 cifs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) cifs_write_begin() argument
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | super.c | 2128 void *fsdata = NULL; in f2fs_quota_write() local
|
H A D | data.c | 3072 void *fsdata = NULL; in f2fs_write_cache_pages() local 3428 f2fs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) f2fs_write_begin() argument 3563 f2fs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) f2fs_write_end() argument
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | inode.c | 1131 ext4_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) ext4_write_begin() argument 1282 ext4_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) ext4_write_end() argument 1383 ext4_journalled_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) ext4_journalled_write_end() argument 2984 ext4_da_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) ext4_da_write_begin() argument 3075 ext4_da_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) ext4_da_write_end() argument [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | shmem.c | 2517 shmem_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) shmem_write_begin() argument 2538 shmem_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) shmem_write_end() argument
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | inode.c | 1117 ext4_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) ext4_write_begin() argument 1269 ext4_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) ext4_write_end() argument 1373 ext4_journalled_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) ext4_journalled_write_end() argument 2861 ext4_da_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) ext4_da_write_begin() argument 3011 ext4_da_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) ext4_da_write_end() argument [all...] |