Searched refs:__orangefs_set_acl (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/orangefs/ |
| H A D | acl.c | 67 int __orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __orangefs_set_acl() function 147 rc = __orangefs_set_acl(inode, acl, type); in orangefs_set_acl()
|
| H A D | orangefs-kernel.h | 104 int __orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type);
|
| H A D | inode.c | 1112 error = __orangefs_set_acl(inode, default_acl, in orangefs_new_inode() 1119 error = __orangefs_set_acl(inode, acl, ACL_TYPE_ACCESS); in orangefs_new_inode()
|