Searched refs:_PC_ACL_NFS4 (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/bin/getfacl/ |
| H A D | getfacl.c | 203 ret = lpathconf(path, _PC_ACL_NFS4); in print_acl() 205 ret = pathconf(path, _PC_ACL_NFS4); in print_acl()
|
| /netbsd-src/bin/setfacl/ |
| H A D | setfacl.c | 216 ret = pathconf(file->fts_accpath, _PC_ACL_NFS4); in handle_file() 218 ret = lpathconf(file->fts_accpath, _PC_ACL_NFS4); in handle_file()
|
| /netbsd-src/lib/libc/posix1e/ |
| H A D | acl_get.c | 111 if (fpathconf(fd, _PC_ACL_NFS4) == 1) in acl_get_fd()
|
| H A D | acl_set.c | 104 if (fpathconf(fd, _PC_ACL_NFS4) == 1) in acl_set_fd()
|
| /netbsd-src/sys/sys/ |
| H A D | unistd.h | 222 #define _PC_ACL_NFS4 17 macro
|
| /netbsd-src/bin/cp/ |
| H A D | utils.c | 423 ret = fpathconf(source_fd, _PC_ACL_NFS4); in preserve_fd_acls() 478 ret = pathconf(source_dir, _PC_ACL_NFS4); in preserve_dir_acls()
|
| /netbsd-src/sys/fs/nfs/common/ |
| H A D | nfs_commonport.c | 683 error = VOP_PATHCONF(vp, _PC_ACL_NFS4, &retval); in nfs_supportsnfsv4acls()
|
| /netbsd-src/sys/miscfs/genfs/ |
| H A D | genfs_vnops.c | 1452 case _PC_ACL_NFS4: in genfs_pathconf()
|
| /netbsd-src/sys/fs/nfs/client/ |
| H A D | nfs_clvnops.c | 3398 (NFS_ISV4(vp) && ap->a_name == _PC_ACL_NFS4)) { in nfs_pathconf() 3447 case _PC_ACL_NFS4: in nfs_pathconf()
|
| /netbsd-src/sys/ufs/ufs/ |
| H A D | ufs_vnops.c | 2112 case _PC_ACL_NFS4: in ufs_pathconf()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | zfs_vnops.c | 5020 case _PC_ACL_NFS4: in zfs_pathconf()
|