Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_attr.h489 int xfs_attr_get_ilocked(struct xfs_da_args *args);
Dxfs_attr.c109 xfs_attr_get_ilocked( in xfs_attr_get_ilocked() function
160 error = xfs_attr_get_ilocked(args); in xfs_attr_get()
/Linux-v5.15/fs/xfs/scrub/
Dattr.c162 error = xfs_attr_get_ilocked(&args); in xchk_xattr_listent()