Home
last modified time | relevance | path

Searched refs:i_rbytes (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ceph/
H A Dquota.c72 ci->i_rbytes = le64_to_cpu(h->rbytes); in ceph_handle_quota()
374 rvalue = ci->i_rbytes; in check_quota_exceeded()
514 used = ci->i_rbytes >> CEPH_BLOCK_SHIFT; in ceph_quota_update_statfs()
518 used = ci->i_rbytes >> CEPH_4K_BLOCK_SHIFT; in ceph_quota_update_statfs()
530 free = ci->i_max_bytes > ci->i_rbytes ? 1 : 0; in ceph_quota_update_statfs()
H A Dinode.c197 ci->i_rbytes = 0; in ceph_get_snapdir()
1144 ci->i_rbytes = le64_to_cpu(info->rbytes); in ceph_fill_inode()
3095 stat->size = ci->i_rbytes; in ceph_getattr()
H A Ddir.c2161 ci->i_rbytes, in ceph_read_dir()