Home
last modified time | relevance | path

Searched refs:__posix_acl_chmod (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-acl.m472 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 Dvfs_compat.h253 #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 Dzpl_xattr.c1122 error = __posix_acl_chmod(&acl, GFP_KERNEL, ip->i_mode); in zpl_chmod_acl()