Searched refs:i_rfiles (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | quota.c | 71 ci->i_rfiles = le64_to_cpu(h->rfiles); in ceph_handle_quota() 356 rvalue = ci->i_rfiles + ci->i_rsubdirs; in check_quota_exceeded() 559 ci_old->i_rfiles + in ceph_quota_check_rename()
|
H A D | xattr.c | 220 ci->i_rfiles + ci->i_rsubdirs); in ceph_vxattrcb_dir_rentries() 226 return ceph_fmt_xattr(val, size, "%lld", ci->i_rfiles); in ceph_vxattrcb_dir_rfiles()
|
H A D | super.h | 337 u64 i_rbytes, i_rfiles, i_rsubdirs; member
|
H A D | dir.c | 1887 ci->i_rfiles + ci->i_rsubdirs, in ceph_read_dir() 1888 ci->i_rfiles, in ceph_read_dir()
|
H A D | inode.c | 896 ci->i_rfiles = le64_to_cpu(info->rfiles); in ceph_fill_inode()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | quota.c | 72 ci->i_rfiles = le64_to_cpu(h->rfiles); in ceph_handle_quota() 364 rvalue = ci->i_rfiles + ci->i_rsubdirs; in check_quota_exceeded()
|
H A D | crypto.c | 127 return ci->i_rsubdirs + ci->i_rfiles == 1; in ceph_crypt_empty_dir()
|
H A D | xattr.c | 221 ci->i_rfiles + ci->i_rsubdirs); in ceph_vxattrcb_dir_rentries() 227 return ceph_fmt_xattr(val, size, "%lld", ci->i_rfiles); in ceph_vxattrcb_dir_rfiles()
|
H A D | dir.c | 2087 ci->i_rfiles + ci->i_rsubdirs, in ceph_read_dir() 2088 ci->i_rfiles, in ceph_read_dir()
|
H A D | super.h | 367 u64 i_rbytes, i_rfiles, i_rsubdirs, i_rsnaps; member
|
H A D | inode.c | 1116 ci->i_rfiles = le64_to_cpu(info->rfiles); in ceph_fill_inode()
|
Completed in 25 milliseconds