Searched refs:__orangefs_set_acl (Results 1 – 3 of 3) sorted by relevance
/openbmc/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 153 rc = __orangefs_set_acl(inode, acl, type); in orangefs_set_acl()
|
H A D | orangefs-kernel.h | 112 int __orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type);
|
H A D | inode.c | 1133 error = __orangefs_set_acl(inode, default_acl, in orangefs_new_inode() 1140 error = __orangefs_set_acl(inode, acl, ACL_TYPE_ACCESS); in orangefs_new_inode()
|