Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr.h541 int xfs_attr_list_ilocked(struct xfs_attr_list_context *);
/openbmc/linux/fs/xfs/
H A Dxfs_attr_list.c506 xfs_attr_list_ilocked( in xfs_attr_list_ilocked() function
539 error = xfs_attr_list_ilocked(context); in xfs_attr_list()
/openbmc/linux/fs/xfs/scrub/
H A Dattr.c656 error = xfs_attr_list_ilocked(&sx.context); in xchk_xattr()