Home
last modified time | relevance | path

Searched refs:posix_acl_valid (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dposix_acl.h84 extern int posix_acl_valid(const struct posix_acl *);
/linux-4.1.27/fs/
Dposix_acl.c174 posix_acl_valid(const struct posix_acl *acl) in posix_acl_valid() function
236 EXPORT_SYMBOL(posix_acl_valid);
818 ret = posix_acl_valid(acl); in posix_acl_xattr_set()
/linux-4.1.27/fs/9p/
Dacl.c312 retval = posix_acl_valid(acl); in v9fs_xattr_set_acl()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c493 rc = posix_acl_valid(acl); in mdc_unpack_acl()