Searched refs:get_quota_realm (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ceph/ |
H A D | quota.c | 214 static int get_quota_realm(struct ceph_mds_client *mdsc, struct inode *inode, in get_quota_realm() function 289 * However, get_quota_realm may drop it temporarily. By setting the in ceph_quota_is_same_realm() 294 get_quota_realm(mdsc, old, QUOTA_GET_ANY, &old_realm, true); in ceph_quota_is_same_realm() 295 ret = get_quota_realm(mdsc, new, QUOTA_GET_ANY, &new_realm, false); in ceph_quota_is_same_realm() 500 get_quota_realm(mdsc, d_inode(fsc->sb->s_root), QUOTA_GET_MAX_BYTES, in ceph_quota_update_statfs()
|