Home
last modified time | relevance | path

Searched refs:endoff (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/fs/btrfs/
Dreflink.c23 u64 endoff, in clone_finish_inode_update() argument
39 if (endoff > destoff + olen) in clone_finish_inode_update()
40 endoff = destoff + olen; in clone_finish_inode_update()
41 if (endoff > inode->i_size) { in clone_finish_inode_update()
42 i_size_write(inode, endoff); in clone_finish_inode_update()
/Linux-v6.6/fs/ceph/
Dfile.c1211 loff_t endoff = aio_req->iocb->ki_pos + aio_req->total_len; in ceph_aio_complete() local
1212 if (endoff > i_size_read(inode)) { in ceph_aio_complete()
1213 if (ceph_inode_set_size(inode, endoff)) in ceph_aio_complete()
1280 loff_t endoff = aio_req->iocb->ki_pos + rc; in ceph_aio_complete_req() local
1281 if (endoff < i_size) in ceph_aio_complete_req()
1283 i_size - endoff); in ceph_aio_complete_req()
2559 loff_t endoff = 0; in ceph_fallocate() local
2598 ret = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, endoff, &got); in ceph_fallocate()
2692 loff_t size, endoff; in is_file_size_ok() local
2708 endoff = dst_off + len; in is_file_size_ok()
[all …]
Dcaps.c2746 loff_t endoff, int flags, int *got) in try_get_cap_refs() argument
2781 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) { in try_get_cap_refs()
2783 inode, endoff, ci->i_max_size); in try_get_cap_refs()
2784 if (endoff > ci->i_requested_max_size) in try_get_cap_refs()
2899 static void check_max_size(struct inode *inode, loff_t endoff) in check_max_size() argument
2906 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2908 inode, endoff); in check_max_size()
2909 ci->i_wanted_max_size = endoff; in check_max_size()
2964 int want, loff_t endoff, int *got) in __ceph_get_caps() argument
2985 ret = try_get_cap_refs(inode, need, want, endoff, in __ceph_get_caps()
[all …]
Dsuper.h1274 int need, int want, loff_t endoff, int *got);
1276 loff_t endoff, int *got);
/Linux-v6.6/fs/erofs/
Dzmap.c461 unsigned int lclusterbits, endoff; in z_erofs_do_map_blocks() local
468 endoff = ofs & ((1 << lclusterbits) - 1); in z_erofs_do_map_blocks()
484 if (endoff >= m.clusterofs) { in z_erofs_do_map_blocks()
/Linux-v6.6/fs/xfs/scrub/
Dbmap.c839 xfs_fileoff_t endoff; in xchk_bmap() local
898 error = xfs_bmap_last_offset(ip, &endoff, whichfork); in xchk_bmap()
915 if (irec.br_startoff >= endoff) { in xchk_bmap()
/Linux-v6.6/fs/udf/
Ddirectory.c375 int endoff = off + udf_dir_entry_len(fi); in udf_copy_fi_to_bufs() local
389 endoff - off); in udf_copy_fi_to_bufs()
/Linux-v6.6/fs/fuse/
Dfile.c2375 size_t endoff = pos & ~PAGE_MASK; in fuse_write_end() local
2376 if (endoff) in fuse_write_end()
2377 zero_user_segment(page, endoff, PAGE_SIZE); in fuse_write_end()