Home
last modified time | relevance | path

Searched refs:xfs_acl_vremove (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_acl.h68 extern int xfs_acl_vremove(struct inode *, int);
86 #define xfs_acl_vremove(v,t) (-EOPNOTSUPP) macro
Dxfs_acl.c251 xfs_acl_vremove( in xfs_acl_vremove() function
315 error = -xfs_acl_vremove(vp, _ACL_TYPE_ACCESS); in xfs_acl_vset()
/fs/xfs/linux-2.6/
Dxfs_xattr.c76 return xfs_acl_vremove(inode, acl); in xfs_xattr_system_set()