Searched refs:posix_acl_equiv_mode (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dposix_acl.h67 extern int posix_acl_equiv_mode(const struct posix_acl *, umode_t *);
/linux-master/fs/ceph/
H A Dacl.c183 err = posix_acl_equiv_mode(acl, mode);
/linux-master/fs/nfs/
H A Dnfs3acl.c126 if ((posix_acl_equiv_mode(res.acl_access, NULL) == 0) ||
/linux-master/fs/
H A Dposix_acl.c306 posix_acl_equiv_mode(const struct posix_acl *acl, umode_t *mode_p) function
346 EXPORT_SYMBOL(posix_acl_equiv_mode); variable
713 error = posix_acl_equiv_mode(*acl, &mode);
/linux-master/fs/f2fs/
H A Dacl.c217 error = posix_acl_equiv_mode(*acl, &mode);

Completed in 227 milliseconds