Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_attr_item.c300 xfs_attrd_item_free(struct xfs_attrd_log_item *attrdp) in xfs_attrd_item_free() argument
302 kvfree(attrdp->attrd_item.li_lv_shadow); in xfs_attrd_item_free()
303 kmem_cache_free(xfs_attrd_cache, attrdp); in xfs_attrd_item_free()
326 struct xfs_attrd_log_item *attrdp = ATTRD_ITEM(lip); in xfs_attrd_item_format() local
328 attrdp->attrd_format.alfd_type = XFS_LI_ATTRD; in xfs_attrd_item_format()
329 attrdp->attrd_format.alfd_size = 1; in xfs_attrd_item_format()
332 &attrdp->attrd_format, in xfs_attrd_item_format()
345 struct xfs_attrd_log_item *attrdp = ATTRD_ITEM(lip); in xfs_attrd_item_release() local
347 xfs_attri_release(attrdp->attrd_attrip); in xfs_attrd_item_release()
348 xfs_attrd_item_free(attrdp); in xfs_attrd_item_release()
[all …]