Home
last modified time | relevance | path

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

/linux/fs/gfs2/ !
H A Dquota.c600 gfs2_assert_warn(sdp, !test_bit(GIF_QD_LOCKED, &ip->i_flags))) { in gfs2_quota_hold()
651 gfs2_assert_warn(sdp, !test_bit(GIF_QD_LOCKED, &ip->i_flags)); in gfs2_quota_unhold()
1099 set_bit(GIF_QD_LOCKED, &ip->i_flags); in gfs2_quota_lock()
1152 if (!test_and_clear_bit(GIF_QD_LOCKED, &ip->i_flags)) in gfs2_quota_unlock()
1236 if (!test_bit(GIF_QD_LOCKED, &ip->i_flags)) in gfs2_quota_check()
H A Dincore.h383 GIF_QD_LOCKED = 1, enumerator