Home
last modified time | relevance | path

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

/freebsd-12.1/stand/libsa/
H A Dnfsv2.h117 NFDIR=2, enumerator
H A Dnfs.c508 nfs_root_node.fa.fa_type = htonl(NFDIR); in nfs_open()
552 if (currfd->fa.fa_type != htonl(NFDIR)) { in nfs_open()
/freebsd-12.1/contrib/amd/amd/
H A Dmap.c375 case NFDIR: in mk_fattr()
376 fattr->na_type = NFDIR; in mk_fattr()
729 mk_fattr(&mp->am_fattr, NFDIR); in umount_exported()
H A Dautil.c708 if (mp->am_parent && mp->am_fattr.na_type == NFDIR) in am_unmounted()
H A Damfs_generic.c780 mk_fattr(&mp->am_fattr, NFDIR); in amfs_bgmount()
H A Dnfs_subr.c398 if (mp->am_fattr.na_type != NFDIR) { in unlink_or_rmdir()
1035 if (mp->am_fattr.na_type != NFDIR) { in unlink3_or_rmdir3()
/freebsd-12.1/contrib/tcpdump/
H A Dnfs.h248 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
H A Dprint-nfs.c172 { NFDIR, "DIR" },
/freebsd-12.1/contrib/amd/hlfsd/
H A Dstubs.c52 static nfsfattr rootfattr = {NFDIR, 0040555, 2, 0, 0, 512, 512, 0,
/freebsd-12.1/sys/nfs/
H A Dnfsproto.h336 NFDIR=2, enumerator
/freebsd-12.1/sys/fs/nfsserver/
H A Dnfs_nfsdsubs.c62 static nfstype newnfsv2_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK,
1772 *tl = txdr_unsigned(NFDIR); in nfsrv_putreferralattr()
H A Dnfs_nfsdserv.c1285 case NFDIR: in nfsrvd_mknod()
/freebsd-12.1/include/rpcsvc/
H A Dnfs_prot.x91 NFDIR = 2, /* directory */ enumerator
/freebsd-12.1/sys/fs/nfs/
H A Dnfsproto.h702 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
H A Dnfs_commonsubs.c59 nfstype nfsv34_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFSOCK,
/freebsd-12.1/sys/fs/nfsclient/
H A Dnfs_clrpcops.c2713 *tl = txdr_unsigned(NFDIR); in nfsrpc_mkdir()
/freebsd-12.1/contrib/amd/
H A DChangeLog4356 changes the fattr from NFLNK to NFDIR from unmount_mp to
4755 (unmount_mp): moved the mk_fattr(NFDIR) here from umount_exported