/titanic_44/usr/src/cmd/backup/dump/ |
H A D | lftw.c | 166 if (pathconf(path, _PC_XATTR_EXISTS) == 1) { in lf_xftw()
|
/titanic_44/usr/src/cmd/unpack/ |
H A D | unpack.c | 401 if (pathconf(filename, _PC_XATTR_EXISTS) == 1) in main() 413 if (pathconf(argvk, _PC_XATTR_EXISTS) in main()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | unistd.h | 330 #define _PC_XATTR_EXISTS 101 macro
|
/titanic_44/usr/src/cmd/pack/ |
H A D | pack.c | 476 if (pathconf(argv[k], _PC_XATTR_EXISTS) == 1) in main() 488 _PC_XATTR_EXISTS) == 1) in main()
|
/titanic_44/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 | 601 _PC_XATTR_EXISTS, &val, sarg->cs->cr, NULL); in rfs4_fattr4_named_attr() 620 _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()
|
H A D | nfs3_vnops.c | 5774 if (cmd == _PC_XATTR_EXISTS) { in nfs3_pathconf()
|
H A D | nfs4_vnops.c | 11583 if (cmd == _PC_XATTR_EXISTS) { in nfs4_pathconf() 11679 case _PC_XATTR_EXISTS: in nfs4_pathconf()
|
/titanic_44/usr/src/cmd/compress/ |
H A D | compress.c | 798 if ((pathconf(ofname, _PC_XATTR_EXISTS) == 1) || in main() 1588 if (pathconf(ifname, _PC_XATTR_EXISTS) == 1) in copystat() 1638 if (pathconf(ofname, _PC_XATTR_EXISTS) == 1) in copystat()
|
/titanic_44/usr/src/cmd/backup/restore/ |
H A D | restore.c | 1002 if (tfd == AT_FDCWD && pathconf(orig, _PC_XATTR_EXISTS) != 1) { 1013 if (fpathconf(fromfd, _PC_XATTR_EXISTS) != 1) {
|
/titanic_44/usr/src/cmd/du/ |
H A D | du.c | 394 pathconf(curname, _PC_XATTR_EXISTS) == 1) { in descend()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | xattr.c | 743 case _PC_XATTR_EXISTS: in xattr_file_pathconf() 1345 case _PC_XATTR_EXISTS: in xattr_dir_pathconf()
|
/titanic_44/usr/src/cmd/getconf/ |
H A D | getconf.c | 225 _PC_XATTR_EXISTS, "XATTR_EXISTS", PATHCONF, NOFLAGS,
|
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 670 if (pathconf(fullname, _PC_XATTR_EXISTS) != 1 && in tlm_output_xattr()
|
/titanic_44/usr/src/cmd/mv/ |
H A D | mv.c | 1644 if (pathconf(source, _PC_XATTR_EXISTS) != 1)
|
/titanic_44/usr/src/cmd/find/ |
H A D | find.c | 1080 val = (pathconf(filename, _PC_XATTR_EXISTS) == 1);
|
/titanic_44/usr/src/cmd/truss/ |
H A D | codes.c | 222 #define PATHCONFMAX _PC_XATTR_EXISTS
|
/titanic_44/usr/src/cmd/ls/ |
H A D | ls.c | 2095 if (atflg && pathconf(file, _PC_XATTR_EXISTS) == 1) in gstat()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 2988 case _PC_XATTR_EXISTS: in smbfs_pathconf()
|
/titanic_44/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 2382 case _PC_XATTR_EXISTS: in tmp_pathconf()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 4984 case _PC_XATTR_EXISTS: in zfs_pathconf()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 5846 case _PC_XATTR_EXISTS: in ufs_l_pathconf()
|
/titanic_44/usr/src/cmd/tar/ |
H A D | tar.c | 2698 _PC_XATTR_EXISTS : _PC_XATTR_ENABLED) == 1); in verify_attr_support()
|