Searched refs:__posix_acl_chmod (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-acl.m4 | 72 dnl # posix_acl_chmod() was changed to __posix_acl_chmod() 82 ZFS_LINUX_TEST_SRC([__posix_acl_chmod], [ 86 __posix_acl_chmod(NULL, 0, 0) 91 AC_MSG_CHECKING([whether __posix_acl_chmod exists]) 92 ZFS_LINUX_TEST_RESULT([__posix_acl_chmod], [ 95 [__posix_acl_chmod() exists])
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | vfs_compat.h | 253 #define __posix_acl_chmod(acl, gfp, mode) posix_acl_chmod(acl, gfp, mode) macro
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_xattr.c | 1122 error = __posix_acl_chmod(&acl, GFP_KERNEL, ip->i_mode); in zpl_chmod_acl()
|