Searched refs:xfs_attr_fetch (Results 1 – 3 of 3) sorted by relevance
/fs/xfs/ |
D | xfs_attr.h | 134 int xfs_attr_fetch(struct xfs_inode *, struct xfs_name *, char *, int *, int);
|
D | xfs_acl.c | 338 if (xfs_attr_fetch(ip, &acl_name, (char *)acl, &rval, ATTR_ROOT)) { in xfs_acl_iaccess()
|
D | xfs_attr.c | 128 xfs_attr_fetch(xfs_inode_t *ip, struct xfs_name *name, in xfs_attr_fetch() function 192 error = xfs_attr_fetch(ip, &xname, value, valuelenp, flags); in xfs_attr_get()
|