HomeSort by: relevance | last modified time | path
    Searched refs:_PC_NO_TRUNC (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/sys/
unistd.h 209 #define _PC_NO_TRUNC 8
  /src/usr.bin/getconf/
getconf.c 133 { "_POSIX_NO_TRUNC", PATHCONF, _PC_NO_TRUNC },
  /src/sys/fs/filecorefs/
filecore_vnops.c 490 case _PC_NO_TRUNC:
  /src/tests/fs/vfs/
t_vnops.c 590 val = rump_sys_pathconf(".", _PC_NO_TRUNC);
660 val = rump_sys_pathconf(".", _PC_NO_TRUNC);
  /src/sys/fs/nfs/common/
nfs_commonport.c 333 case _PC_NO_TRUNC:
  /src/tests/fs/puffs/h_dtfs/
dtfs_vnops.c 547 case _PC_NO_TRUNC:
  /src/sys/fs/efs/
efs_vnops.c 747 case _PC_NO_TRUNC:
  /src/sys/fs/ntfs/
ntfs_vnops.c 789 case _PC_NO_TRUNC:
  /src/sys/fs/sysvbfs/
sysvbfs_vnops.c 844 case _PC_NO_TRUNC:
  /src/sys/fs/cd9660/
cd9660_vnops.c 759 case _PC_NO_TRUNC:
  /src/sys/fs/tmpfs/
tmpfs_vnops.c 1159 case _PC_NO_TRUNC:
  /src/sys/fs/v7fs/
v7fs_vnops.c 1211 case _PC_NO_TRUNC:
  /src/sys/ufs/lfs/
ulfs_vnops.c 1128 case _PC_NO_TRUNC:
  /src/sys/fs/nilfs/
nilfs_vnops.c 910 case _PC_NO_TRUNC:
  /src/sys/fs/msdosfs/
msdosfs_vnops.c 1376 case _PC_NO_TRUNC:
  /src/sys/fs/udf/
udf_vnops.c 1310 case _PC_NO_TRUNC:
  /src/sys/rump/librump/rumpvfs/
rumpfs.c 1633 case _PC_NO_TRUNC:
  /src/sys/fs/nfs/client/
nfs_clvnops.c 3397 ap->a_name == _PC_NO_TRUNC)) ||
3441 case _PC_NO_TRUNC:
  /src/sys/nfs/
nfs_vnops.c 3182 case _PC_NO_TRUNC:
3209 case _PC_NO_TRUNC:
nfs_serv.c 2308 /* XXX should check _PC_NO_TRUNC */
3493 error = VOP_PATHCONF(vp, _PC_NO_TRUNC, &notrunc);
  /src/sys/ufs/ufs/
ufs_vnops.c 2102 case _PC_NO_TRUNC:
  /src/lib/libperfuse/
ops.c 2919 case _PC_NO_TRUNC:
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 2150 nd->nd_repstat = nfsvno_pathconf(vp, _PC_NO_TRUNC, &notrunc,

Completed in 51 milliseconds