Home
last modified time | relevance | path

Searched refs:xfs_attr_set (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_vnodeops.h46 int xfs_attr_set(struct xfs_inode *dp, const unsigned char *name,
Dxfs_xattr.c71 return -xfs_attr_set(ip, (unsigned char *)name, in xfs_xattr_set()
Dxfs_acl.c203 error = -xfs_attr_set(ip, ea_name, (unsigned char *)xfs_acl, in xfs_set_acl()
Dxfs_iops.c64 error = xfs_attr_set(ip, xattr->name, xattr->value, in xfs_initxattrs()
Dxfs_ioctl.c492 error = xfs_attr_set(XFS_I(inode), name, kbuf, len, flags); in xfs_attrmulti_attr_set()
Dxfs_attr.c443 xfs_attr_set( in xfs_attr_set() function