Searched refs:i_rbytes (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ceph/
H A Dquota.c72 ci->i_rbytes = le64_to_cpu(h->rbytes);
374 rvalue = ci->i_rbytes;
514 used = ci->i_rbytes >> CEPH_BLOCK_SHIFT;
518 used = ci->i_rbytes >> CEPH_4K_BLOCK_SHIFT;
530 free = ci->i_max_bytes > ci->i_rbytes ? 1 : 0;
H A Dsuper.h368 u64 i_rbytes, i_rfiles, i_rsubdirs, i_rsnaps; member in struct:ceph_inode_info
H A Dinode.c197 ci->i_rbytes = 0;
1143 ci->i_rbytes = le64_to_cpu(info->rbytes);
3066 stat->size = ci->i_rbytes;
H A Dxattr.c246 return ceph_fmt_xattr(val, size, "%lld", ci->i_rbytes);
H A Ddir.c2145 ci->i_rbytes,

Completed in 132 milliseconds