Home
last modified time | relevance | path

Searched refs:NFDIR (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/sys/lib/libsa/
Dnfsv2.h115 NFDIR=2, enumerator
Dnfs.c561 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/
Dmap.c377 case NFDIR: in mk_fattr()
378 fattr->na_type = NFDIR; in mk_fattr()
731 mk_fattr(&mp->am_fattr, NFDIR); in umount_exported()
Dautil.c710 if (mp->am_parent && mp->am_fattr.na_type == NFDIR) in am_unmounted()
Damfs_generic.c782 mk_fattr(&mp->am_fattr, NFDIR); in amfs_bgmount()
Dnfs_subr.c400 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/
Dnfs.h242 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
Dprint-nfs.c174 { NFDIR, "DIR" },
/netbsd/src/sys/nfs/
Dnfsproto.h238 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
Dnfs_subs.c135 { 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/
Dnfs_prot_hpux11.h206 NFDIR, /* directory */ enumerator
Dnfs_prot_nextstep.h280 NFDIR = 2, enumerator
/netbsd/src/external/bsd/am-utils/dist/hlfsd/
Dstubs.c54 static nfsfattr rootfattr = {NFDIR, 0040555, 2, 0, 0, 512, 512, 0,
/netbsd/src/sys/fs/nfs/common/
Doldnfsproto.h336 NFDIR=2, enumerator
Dnfsproto.h655 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
Dnfs_commonsubs.c61 nfstype nfsv34_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFSOCK,
/netbsd/src/sys/fs/nfs/server/
Dnfs_nfsdsubs.c65 static nfstype newnfsv2_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK,
1770 *tl = txdr_unsigned(NFDIR); in nfsrv_putreferralattr()
Dnfs_nfsdserv.c1198 case NFDIR: in nfsrvd_mknod()
/netbsd/src/lib/librpcsvc/
Dnfs_prot.x89 NFDIR = 2, /* directory */ enumerator
/netbsd/src/sys/fs/nfs/client/
Dnfs_clrpcops.c2579 *tl = txdr_unsigned(NFDIR); in nfsrpc_mkdir()
/netbsd/src/external/bsd/am-utils/dist/
DChangeLog4362 changes the fattr from NFLNK to NFDIR from unmount_mp to
4761 (unmount_mp): moved the mk_fattr(NFDIR) here from umount_exported