Home
last modified time | relevance | path

Searched refs:i_max_bytes (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ceph/
H A Dquota.c373 max = ci->i_max_bytes; in check_quota_exceeded()
512 if (ci->i_max_bytes) { in ceph_quota_update_statfs()
513 total = ci->i_max_bytes >> CEPH_BLOCK_SHIFT; in ceph_quota_update_statfs()
517 total = ci->i_max_bytes >> 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.c593 ci->i_max_bytes = 0; in ceph_alloc_inode()