| /netbsd/src/sys/lib/libsa/ |
| D | nfsv2.h | 115 NFDIR=2, enumerator
|
| D | nfs.c | 561 fa2->fa_type = htonl(NFDIR); in nfs_mount() 567 fa3->fa_type = htonl(NFDIR); in nfs_mount() 646 if (fa_type != htonl(NFDIR)) { in nfs_open()
|
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | map.c | 377 case NFDIR: in mk_fattr() 378 fattr->na_type = NFDIR; in mk_fattr() 731 mk_fattr(&mp->am_fattr, NFDIR); in umount_exported()
|
| D | autil.c | 710 if (mp->am_parent && mp->am_fattr.na_type == NFDIR) in am_unmounted()
|
| D | amfs_generic.c | 782 mk_fattr(&mp->am_fattr, NFDIR); in amfs_bgmount()
|
| D | nfs_subr.c | 400 if (mp->am_fattr.na_type != NFDIR) { in unlink_or_rmdir() 1037 if (mp->am_fattr.na_type != NFDIR) { in unlink3_or_rmdir3()
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | nfs.h | 242 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
|
| D | print-nfs.c | 174 { NFDIR, "DIR" },
|
| /netbsd/src/sys/nfs/ |
| D | nfsproto.h | 238 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
|
| D | nfs_subs.c | 135 { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFNON, NFCHR, NFNON }; 137 { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFSOCK, NFFIFO, NFNON };
|
| /netbsd/src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| D | nfs_prot_hpux11.h | 206 NFDIR, /* directory */ enumerator
|
| D | nfs_prot_nextstep.h | 280 NFDIR = 2, enumerator
|
| /netbsd/src/external/bsd/am-utils/dist/hlfsd/ |
| D | stubs.c | 54 static nfsfattr rootfattr = {NFDIR, 0040555, 2, 0, 0, 512, 512, 0,
|
| /netbsd/src/sys/fs/nfs/common/ |
| D | oldnfsproto.h | 336 NFDIR=2, enumerator
|
| D | nfsproto.h | 655 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
|
| D | nfs_commonsubs.c | 61 nfstype nfsv34_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFSOCK,
|
| /netbsd/src/sys/fs/nfs/server/ |
| D | nfs_nfsdsubs.c | 65 static nfstype newnfsv2_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, 1770 *tl = txdr_unsigned(NFDIR); in nfsrv_putreferralattr()
|
| D | nfs_nfsdserv.c | 1198 case NFDIR: in nfsrvd_mknod()
|
| /netbsd/src/lib/librpcsvc/ |
| D | nfs_prot.x | 89 NFDIR = 2, /* directory */ enumerator
|
| /netbsd/src/sys/fs/nfs/client/ |
| D | nfs_clrpcops.c | 2579 *tl = txdr_unsigned(NFDIR); in nfsrpc_mkdir()
|
| /netbsd/src/external/bsd/am-utils/dist/ |
| D | ChangeLog | 4362 changes the fattr from NFLNK to NFDIR from unmount_mp to 4761 (unmount_mp): moved the mk_fattr(NFDIR) here from umount_exported
|