Home
last modified time | relevance | path

Searched refs:xfs_attr_get (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_acl.c156 error = xfs_attr_get(ip, ea_name, (unsigned char *)xfs_acl, in xfs_get_acl()
260 return (xfs_attr_get(XFS_I(inode), name, NULL, &len, in xfs_acl_exists()
Dxfs_attr.h145 int xfs_attr_get(struct xfs_inode *ip, const unsigned char *name,
Dxfs_xattr.c51 error = xfs_attr_get(ip, (unsigned char *)name, value, &asize, xflags); in xfs_xattr_get()
Dxfs_ioctl.c465 error = xfs_attr_get(XFS_I(inode), name, kbuf, (int *)len, flags); in xfs_attrmulti_attr_get()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr.c117 xfs_attr_get( in xfs_attr_get() function