Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dquota.c233 bool has_inode; in get_quota_realm() local
236 has_inode = realm->inode; in get_quota_realm()
237 in = has_inode ? igrab(realm->inode) : NULL; in get_quota_realm()
239 if (has_inode && !in) in get_quota_realm()
343 bool has_inode; in check_quota_exceeded() local
346 has_inode = realm->inode; in check_quota_exceeded()
347 in = has_inode ? igrab(realm->inode) : NULL; in check_quota_exceeded()
349 if (has_inode && !in) in check_quota_exceeded()