Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr.h146 int xfs_attr_get_ilocked(struct xfs_inode *ip, struct xfs_da_args *args);
Dxfs_attr.c105 xfs_attr_get_ilocked( in xfs_attr_get_ilocked() function
170 error = xfs_attr_get_ilocked(ip, &args); in xfs_attr_get()
/Linux-v5.4/fs/xfs/scrub/
Dattr.c165 error = xfs_attr_get_ilocked(context->dp, &args); in xchk_xattr_listent()