Home
last modified time | relevance | path

Searched refs:i_rfiles (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dquota.c72 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 Dcrypto.c127 return ci->i_rsubdirs + ci->i_rfiles == 1; in ceph_crypt_empty_dir()
H A Dxattr.c221 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 Ddir.c2087 ci->i_rfiles + ci->i_rsubdirs, in ceph_read_dir()
2088 ci->i_rfiles, in ceph_read_dir()
H A Dsuper.h367 u64 i_rbytes, i_rfiles, i_rsubdirs, i_rsnaps; member
H A Dinode.c1116 ci->i_rfiles = le64_to_cpu(info->rfiles); in ceph_fill_inode()