Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr.h138 int xfs_attr_get_ilocked(struct xfs_inode *ip, struct xfs_da_args *args);
Dxfs_attr.c107 xfs_attr_get_ilocked( in xfs_attr_get_ilocked() function
151 error = xfs_attr_get_ilocked(ip, &args); in xfs_attr_get()
/linux-4.19.296/fs/xfs/scrub/
Dattr.c106 error = xfs_attr_get_ilocked(context->dp, &args); in xchk_xattr_listent()