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.c503 xfs_attr_list_ilocked( in xfs_attr_list_ilocked() function
536 error = xfs_attr_list_ilocked(context); in xfs_attr_list()
/openbmc/linux/fs/xfs/scrub/
H A Dattr.c647 error = xfs_attr_list_ilocked(&sx.context); in xchk_xattr()