Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr.h143 int xfs_attr_list_int_ilocked(struct xfs_attr_list_context *);
/Linux-v5.4/fs/xfs/
Dxfs_attr_list.c492 xfs_attr_list_int_ilocked( in xfs_attr_list_int_ilocked() function
525 error = xfs_attr_list_int_ilocked(context); in xfs_attr_list_int()
/Linux-v5.4/fs/xfs/scrub/
Dattr.c518 error = xfs_attr_list_int_ilocked(&sx.context); in xchk_xattr()