Searched refs:i_rbytes (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | quota.c | 71 ci->i_rbytes = le64_to_cpu(h->rbytes); in ceph_handle_quota() 367 rvalue = ci->i_rbytes; in check_quota_exceeded() 507 used = ci->i_rbytes >> CEPH_BLOCK_SHIFT; in ceph_quota_update_statfs() 511 used = ci->i_rbytes >> CEPH_4K_BLOCK_SHIFT; in ceph_quota_update_statfs() 523 free = ci->i_max_bytes > ci->i_rbytes ? 1 : 0; in ceph_quota_update_statfs()
|
H A D | inode.c | 191 ci->i_rbytes = 0; in ceph_get_snapdir() 1115 ci->i_rbytes = le64_to_cpu(info->rbytes); in ceph_fill_inode() 3005 stat->size = ci->i_rbytes; in ceph_getattr()
|
H A D | super.h | 367 u64 i_rbytes, i_rfiles, i_rsubdirs, i_rsnaps; member
|
H A D | xattr.c | 245 return ceph_fmt_xattr(val, size, "%lld", ci->i_rbytes); in ceph_vxattrcb_dir_rbytes()
|
H A D | dir.c | 2090 ci->i_rbytes, in ceph_read_dir()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | quota.c | 70 ci->i_rbytes = le64_to_cpu(h->rbytes); in ceph_handle_quota() 359 rvalue = ci->i_rbytes; in check_quota_exceeded() 499 used = ci->i_rbytes >> CEPH_BLOCK_SHIFT; in ceph_quota_update_statfs() 555 ci_old->i_rbytes); in ceph_quota_check_rename()
|
H A D | inode.c | 93 ci->i_rbytes = 0; in ceph_get_snapdir() 895 ci->i_rbytes = le64_to_cpu(info->rbytes); in ceph_fill_inode() 2406 stat->size = ci->i_rbytes; in ceph_getattr()
|
H A D | super.h | 337 u64 i_rbytes, i_rfiles, i_rsubdirs; member
|
H A D | xattr.c | 238 return ceph_fmt_xattr(val, size, "%lld", ci->i_rbytes); in ceph_vxattrcb_dir_rbytes()
|
H A D | dir.c | 1890 ci->i_rbytes, in ceph_read_dir()
|
Completed in 21 milliseconds