Home
last modified time | relevance | path

Searched refs:_PC_XATTR_EXISTS (Results 1 – 25 of 26) sorted by relevance

12

/titanic_44/usr/src/cmd/backup/dump/
H A Dlftw.c166 if (pathconf(path, _PC_XATTR_EXISTS) == 1) { in lf_xftw()
/titanic_44/usr/src/cmd/unpack/
H A Dunpack.c401 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 Dunistd.h330 #define _PC_XATTR_EXISTS 101 macro
/titanic_44/usr/src/cmd/pack/
H A Dpack.c476 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 Dnfs_acl_srv.c403 error = VOP_PATHCONF(vp, _PC_XATTR_EXISTS, in acl2_getxattrdir()
644 error = VOP_PATHCONF(vp, _PC_XATTR_EXISTS, in acl3_getxattrdir()
H A Dnfs4_srv_attr.c601 _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 Dnfs4_srv_readdir.c957 _PC_XATTR_EXISTS, in rfs4_op_readdir()
H A Dnfs_vnops.c4874 case _PC_XATTR_EXISTS: in nfs_pathconf()
H A Dnfs3_vnops.c5774 if (cmd == _PC_XATTR_EXISTS) { in nfs3_pathconf()
H A Dnfs4_vnops.c11583 if (cmd == _PC_XATTR_EXISTS) { in nfs4_pathconf()
11679 case _PC_XATTR_EXISTS: in nfs4_pathconf()
/titanic_44/usr/src/cmd/compress/
H A Dcompress.c798 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 Drestore.c1002 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 Ddu.c394 pathconf(curname, _PC_XATTR_EXISTS) == 1) { in descend()
/titanic_44/usr/src/uts/common/fs/
H A Dxattr.c743 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 Dgetconf.c225 _PC_XATTR_EXISTS, "XATTR_EXISTS", PATHCONF, NOFLAGS,
/titanic_44/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c670 if (pathconf(fullname, _PC_XATTR_EXISTS) != 1 && in tlm_output_xattr()
/titanic_44/usr/src/cmd/mv/
H A Dmv.c1644 if (pathconf(source, _PC_XATTR_EXISTS) != 1)
/titanic_44/usr/src/cmd/find/
H A Dfind.c1080 val = (pathconf(filename, _PC_XATTR_EXISTS) == 1);
/titanic_44/usr/src/cmd/truss/
H A Dcodes.c222 #define PATHCONFMAX _PC_XATTR_EXISTS
/titanic_44/usr/src/cmd/ls/
H A Dls.c2095 if (atflg && pathconf(file, _PC_XATTR_EXISTS) == 1) in gstat()
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c2988 case _PC_XATTR_EXISTS: in smbfs_pathconf()
/titanic_44/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c2382 case _PC_XATTR_EXISTS: in tmp_pathconf()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c4984 case _PC_XATTR_EXISTS: in zfs_pathconf()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c5846 case _PC_XATTR_EXISTS: in ufs_l_pathconf()
/titanic_44/usr/src/cmd/tar/
H A Dtar.c2698 _PC_XATTR_EXISTS : _PC_XATTR_ENABLED) == 1); in verify_attr_support()

12