/kernel/linux/linux-5.10/fs/erofs/ |
H A D | zmap.c | 394 unsigned int lclusterbits, endoff; in z_erofs_map_blocks_iter() local
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | bmap.c | 649 xfs_fileoff_t endoff; in xchk_bmap() local
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | directory.c | 375 int endoff = off + udf_dir_entry_len(fi); in udf_copy_fi_to_bufs() local
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | zmap.c | 457 unsigned int lclusterbits, endoff, afmt; in z_erofs_do_map_blocks() local
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | bmap.c | 839 xfs_fileoff_t endoff; in xchk_bmap() local
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | reflink.c | 13 clone_finish_inode_update(struct btrfs_trans_handle *trans, struct inode *inode, u64 endoff, const u64 destoff, const u64 olen, int no_time_update) clone_finish_inode_update() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | reflink.c | 21 clone_finish_inode_update(struct btrfs_trans_handle *trans, struct inode *inode, u64 endoff, const u64 destoff, const u64 olen, int no_time_update) clone_finish_inode_update() argument
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | file.c | 1035 loff_t endoff = aio_req->iocb->ki_pos + aio_req->total_len; in ceph_aio_complete() local 1111 loff_t endoff = aio_req->iocb->ki_pos + rc; in ceph_aio_complete_req() local 2086 loff_t endoff = 0; in ceph_fallocate() local 2212 loff_t size, endoff; in is_file_size_ok() local [all...] |
H A D | caps.c | 2882 static void check_max_size(struct inode *inode, loff_t endoff) in check_max_size() argument 2728 try_get_cap_refs(struct inode *inode, int need, int want, loff_t endoff, int flags, int *got) try_get_cap_refs() argument 2946 ceph_get_caps(struct file *filp, int need, int want, loff_t endoff, int *got, struct page **pinned_page) ceph_get_caps() argument [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | file.c | 1214 loff_t endoff = aio_req->iocb->ki_pos + aio_req->total_len; in ceph_aio_complete() local 1283 loff_t endoff = aio_req->iocb->ki_pos + rc; in ceph_aio_complete_req() local 2562 loff_t endoff = 0; in ceph_fallocate() local 2695 loff_t size, endoff; in is_file_size_ok() local [all...] |
H A D | caps.c | 2900 static void check_max_size(struct inode *inode, loff_t endoff) in check_max_size() argument 2746 try_get_cap_refs(struct inode *inode, int need, int want, loff_t endoff, int flags, int *got) try_get_cap_refs() argument 2964 __ceph_get_caps(struct inode *inode, struct ceph_file_info *fi, int need, int want, loff_t endoff, int *got) __ceph_get_caps() argument 3091 ceph_get_caps(struct file *filp, int need, int want, loff_t endoff, int *got) ceph_get_caps() argument [all...] |
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | file.c | 2312 size_t endoff = (pos + copied) & ~PAGE_MASK; in fuse_write_end() local
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | file.c | 2377 size_t endoff = pos & ~PAGE_MASK; in fuse_write_end() local
|