Searched refs:xfs_attr_get (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_attr.h | 147 int xfs_attr_get(struct xfs_inode *ip, const unsigned char *name,
|
D | xfs_attr.c | 139 xfs_attr_get( in xfs_attr_get() function
|
/Linux-v5.4/fs/xfs/ |
D | xfs_xattr.c | 33 error = xfs_attr_get(ip, name, (unsigned char **)&value, &asize, xflags); in xfs_xattr_get()
|
D | xfs_acl.c | 138 error = xfs_attr_get(ip, ea_name, (unsigned char **)&xfs_acl, &len, in xfs_get_acl()
|
D | xfs_ioctl.c | 441 error = xfs_attr_get(XFS_I(inode), name, &kbuf, (int *)len, flags); in xfs_attrmulti_attr_get()
|