Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_attr_item.h36 atomic_t attri_refcount; member
H A Dxfs_attr_item.c129 ASSERT(atomic_read(&attrip->attri_refcount) > 0); in xfs_attri_release()
130 if (!atomic_dec_and_test(&attrip->attri_refcount)) in xfs_attri_release()
243 atomic_set(&attrip->attri_refcount, 2); in xfs_attri_init()