Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr.h135 int xfs_attr_list_int_ilocked(struct xfs_attr_list_context *);
/linux-4.19.296/fs/xfs/
Dxfs_attr_list.c497 xfs_attr_list_int_ilocked( in xfs_attr_list_int_ilocked() function
530 error = xfs_attr_list_int_ilocked(context); in xfs_attr_list_int()
/linux-4.19.296/fs/xfs/scrub/
Dattr.c453 error = xfs_attr_list_int_ilocked(&sx.context); in xchk_xattr()