Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_attr.h88 int xfs_attr_get_ilocked(struct xfs_da_args *args);
H A Dxfs_attr.c82 xfs_attr_get_ilocked( in xfs_attr_get_ilocked() function
133 error = xfs_attr_get_ilocked(args); in xfs_attr_get()
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dattr.c162 error = xfs_attr_get_ilocked(&args); in xchk_xattr_listent()