Searched refs:endoff (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/btrfs/ |
| A D | reflink.c | 16 u64 endoff, in clone_finish_inode_update() argument 31 if (endoff > destoff + olen) in clone_finish_inode_update() 32 endoff = destoff + olen; in clone_finish_inode_update() 33 if (endoff > inode->i_size) { in clone_finish_inode_update() 34 i_size_write(inode, endoff); in clone_finish_inode_update()
|
| /linux/fs/ceph/ |
| A D | file.c | 1023 loff_t endoff = aio_req->iocb->ki_pos + aio_req->total_len; in ceph_aio_complete() local 1024 if (endoff > i_size_read(inode)) { in ceph_aio_complete() 1025 if (ceph_inode_set_size(inode, endoff)) in ceph_aio_complete() 1089 loff_t endoff = aio_req->iocb->ki_pos + rc; in ceph_aio_complete_req() local 1090 if (endoff < i_size) in ceph_aio_complete_req() 1092 i_size - endoff); in ceph_aio_complete_req() 2072 loff_t endoff = 0; in ceph_fallocate() local 2200 loff_t size, endoff; in is_file_size_ok() local 2216 endoff = dst_off + len; in is_file_size_ok() 2217 if (inode_newsize_ok(dst_inode, endoff)) in is_file_size_ok() [all …]
|
| A D | caps.c | 2644 loff_t endoff, int flags, int *got) in try_get_cap_refs() argument 2679 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) { in try_get_cap_refs() 2681 inode, endoff, ci->i_max_size); in try_get_cap_refs() 2682 if (endoff > ci->i_requested_max_size) in try_get_cap_refs() 2793 static void check_max_size(struct inode *inode, loff_t endoff) in check_max_size() argument 2800 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size() 2802 inode, endoff); in check_max_size() 2803 ci->i_wanted_max_size = endoff; in check_max_size() 2880 ret = try_get_cap_refs(inode, need, want, endoff, in ceph_get_caps() 2903 endoff, flags, &_got))) { in ceph_get_caps() [all …]
|
| A D | super.h | 1198 loff_t endoff, int *got);
|
| /linux/fs/xfs/scrub/ |
| A D | bmap.c | 644 xfs_fileoff_t endoff; in xchk_bmap() local 702 error = xfs_bmap_last_offset(ip, &endoff, whichfork); in xchk_bmap() 715 if (irec.br_startoff >= endoff) { in xchk_bmap()
|
| /linux/fs/erofs/ |
| A D | zmap.c | 596 unsigned int lclusterbits, endoff; in z_erofs_map_blocks_iter() local 617 endoff = ofs & ((1 << lclusterbits) - 1); in z_erofs_map_blocks_iter() 630 if (endoff >= m.clusterofs) { in z_erofs_map_blocks_iter()
|
| /linux/fs/fuse/ |
| A D | file.c | 2315 size_t endoff = pos & ~PAGE_MASK; in fuse_write_end() local 2316 if (endoff) in fuse_write_end() 2317 zero_user_segment(page, endoff, PAGE_SIZE); in fuse_write_end()
|
Completed in 39 milliseconds