/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | lftw.c | 166 if (pathconf(path, _PC_XATTR_EXISTS) == 1) { in lf_xftw()
|
/illumos-gate/usr/src/cmd/unpack/ |
H A D | unpack.c | 399 if (pathconf(filename, _PC_XATTR_EXISTS) == 1) in main() 411 if (pathconf(argvk, _PC_XATTR_EXISTS) in main()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | unistd.h | 331 #define _PC_XATTR_EXISTS 101 macro
|
/illumos-gate/usr/src/cmd/pack/ |
H A D | pack.c | 474 if (pathconf(argv[k], _PC_XATTR_EXISTS) == 1) in main() 486 _PC_XATTR_EXISTS) == 1) in main()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_acl_srv.c | 403 error = VOP_PATHCONF(vp, _PC_XATTR_EXISTS, in acl2_getxattrdir() 644 error = VOP_PATHCONF(vp, _PC_XATTR_EXISTS, in acl3_getxattrdir()
|
H A D | nfs4_srv_attr.c | 629 _PC_XATTR_EXISTS, &val, sarg->cs->cr, NULL); in rfs4_fattr4_named_attr() 648 _PC_XATTR_EXISTS, &val, in rfs4_fattr4_named_attr()
|
H A D | nfs4_srv_readdir.c | 957 _PC_XATTR_EXISTS, in rfs4_op_readdir()
|
H A D | nfs_vnops.c | 4874 case _PC_XATTR_EXISTS: in nfs_pathconf()
|
/illumos-gate/usr/src/cmd/compress/ |
H A D | compress.c | 800 if ((pathconf(ofname, _PC_XATTR_EXISTS) == 1) || in main() 1590 if (pathconf(ifname, _PC_XATTR_EXISTS) == 1) in copystat() 1640 if (pathconf(ofname, _PC_XATTR_EXISTS) == 1) in copystat()
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | restore.c | 950 if (tfd == AT_FDCWD && pathconf(orig, _PC_XATTR_EXISTS) != 1) { in movexattrs() 961 if (fpathconf(fromfd, _PC_XATTR_EXISTS) != 1) { in movexattrs()
|
/illumos-gate/usr/src/cmd/du/ |
H A D | du.c | 394 pathconf(curname, _PC_XATTR_EXISTS) == 1) { in descend()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | xattr.c | 814 case _PC_XATTR_EXISTS: in xattr_file_pathconf() 1477 case _PC_XATTR_EXISTS: in xattr_dir_pathconf()
|
/illumos-gate/usr/src/cmd/getconf/ |
H A D | getconf.c | 229 _PC_XATTR_EXISTS, "XATTR_EXISTS", PATHCONF, NOFLAGS,
|
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 670 if (pathconf(fullname, _PC_XATTR_EXISTS) != 1 && in tlm_output_xattr()
|
/illumos-gate/usr/src/cmd/mv/ |
H A D | mv.c | 1820 if (pathconf(source, _PC_XATTR_EXISTS) != 1)
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/ |
H A D | conftab.c | 437 …L, 0 }, { 0UL, 0 }, CONF_FEATURE|CONF_UNDERSCORE, CONF_POSIX, 1, CONF_pathconf, _PC_XATTR_EXISTS },
|
/illumos-gate/usr/src/cmd/ast/libast/i386/ |
H A D | conftab.c | 437 …, 0 }, { 0ULL, 0 }, CONF_FEATURE|CONF_UNDERSCORE, CONF_POSIX, 1, CONF_pathconf, _PC_XATTR_EXISTS },
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/ |
H A D | conftab.c | 437 …, 0 }, { 0ULL, 0 }, CONF_FEATURE|CONF_UNDERSCORE, CONF_POSIX, 1, CONF_pathconf, _PC_XATTR_EXISTS },
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/ |
H A D | conftab.c | 437 …L, 0 }, { 0UL, 0 }, CONF_FEATURE|CONF_UNDERSCORE, CONF_POSIX, 1, CONF_pathconf, _PC_XATTR_EXISTS },
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 1208 val = (pathconf(filename, _PC_XATTR_EXISTS) == 1); in execute()
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 2397 case _PC_XATTR_EXISTS: in tmp_pathconf()
|
/illumos-gate/usr/src/cmd/ls/ |
H A D | ls.c | 2121 if (atflg && pathconf(file, _PC_XATTR_EXISTS) == 1) in gstat()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 229 #define PATHCONFMAX _PC_XATTR_EXISTS
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 4854 case _PC_XATTR_EXISTS: in smbfs_pathconf()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 5388 case _PC_XATTR_EXISTS: in zfs_pathconf()
|