Home
last modified time | relevance | path

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

/netbsd/sys/lib/libsa/
H A Dnfsv2.h115 NFDIR=2, enumerator
H A Dnfs.c369 fa->fa_type = htonl(NFDIR); in nfs_mount()
425 if (currfd->fa.fa_type != htonl(NFDIR)) { in nfs_open()
/netbsd/external/bsd/am-utils/dist/amd/
H A 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()
H A Dautil.c710 if (mp->am_parent && mp->am_fattr.na_type == NFDIR) in am_unmounted()
H A Damfs_generic.c782 mk_fattr(&mp->am_fattr, NFDIR); in amfs_bgmount()
H A 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/sys/arch/i386/stand/libsa/
H A Dnfs.c376 fa->fa_type = htonl(NFDIR); in nfs_open()
396 if (currfd->fa.fa_type != htonl(NFDIR)) { in nfs_open()
/netbsd/sys/nfs/
H A Dnfsproto.h235 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
H A Dnfs_subs.c135 { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFNON, NFCHR, NFNON };
137 { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFSOCK, NFFIFO, NFNON };
/netbsd/external/bsd/tcpdump/dist/
H A Dnfs.h244 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
H A Dprint-nfs.c177 { NFDIR, "DIR" },
/netbsd/external/bsd/am-utils/dist/hlfsd/
H A Dstubs.c54 static nfsfattr rootfattr = {NFDIR, 0040555, 2, 0, 0, 512, 512, 0,
/netbsd/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_hpux11.h206 NFDIR, /* directory */ enumerator
H A Dnfs_prot_nextstep.h280 NFDIR = 2, enumerator
/netbsd/sys/fs/nfs/common/
H A Doldnfsproto.h336 NFDIR=2, enumerator
H A Dnfsproto.h655 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
H A Dnfs_commonsubs.c61 nfstype nfsv34_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFSOCK,
/netbsd/sys/fs/nfs/server/
H A Dnfs_nfsdsubs.c65 static nfstype newnfsv2_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK,
1770 *tl = txdr_unsigned(NFDIR); in nfsrv_putreferralattr()
H A Dnfs_nfsdserv.c1199 case NFDIR: in nfsrvd_mknod()
/netbsd/lib/librpcsvc/
H A Dnfs_prot.x89 NFDIR = 2, /* directory */ enumerator
/netbsd/sys/fs/nfs/client/
H A Dnfs_clrpcops.c2581 *tl = txdr_unsigned(NFDIR); in nfsrpc_mkdir()
/netbsd/external/bsd/am-utils/dist/
H A DChangeLog4362 changes the fattr from NFLNK to NFDIR from unmount_mp to
4761 (unmount_mp): moved the mk_fattr(NFDIR) here from umount_exported