Searched refs:xfs_attr_set (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_trans_space.h | 62 /* This macro is not used - see inline code in xfs_attr_set */
|
H A D | xfs_attr.c | 197 xfs_attr_set( xfs_attr_set() function
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_acl.c | 215 error = xfs_attr_set(ip, ea_name, (unsigned char *)xfs_acl, __xfs_set_acl()
|
H A D | xfs_attr.h | 147 int xfs_attr_set(struct xfs_inode *dp, const unsigned char *name,
|
H A D | xfs_xattr.c | 98 error = xfs_attr_set(ip, (unsigned char *)name, xfs_xattr_set()
|
H A D | xfs_iops.c | 72 error = xfs_attr_set(ip, xattr->name, xattr->value, xfs_initxattrs()
|
H A D | xfs_ioctl.c | 497 error = xfs_attr_set(XFS_I(inode), name, kbuf, len, flags); xfs_attrmulti_attr_set()
|
Completed in 148 milliseconds