Searched refs:attri_refcount (Results 1 – 2 of 2) sorted by relevance
38 atomic_t attri_refcount; member
150 ASSERT(atomic_read(&attrip->attri_refcount) > 0); in xfs_attri_release()151 if (!atomic_dec_and_test(&attrip->attri_refcount)) in xfs_attri_release()291 atomic_set(&attrip->attri_refcount, 2); in xfs_attri_init()
Completed in 27 milliseconds