Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_attr_item.h38 atomic_t attri_refcount; member
A Dxfs_attr_item.c150 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