Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/libsa/
Dnfsv2.h117 NFDIR=2, enumerator
Dnfs.c509 nfs_root_node.fa.fa_type = htonl(NFDIR); in nfs_open()
553 if (currfd->fa.fa_type != htonl(NFDIR)) { in nfs_open()
/freebsd-12-stable/contrib/amd/amd/
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()
Dautil.c708 if (mp->am_parent && mp->am_fattr.na_type == NFDIR) in am_unmounted()
Damfs_generic.c780 mk_fattr(&mp->am_fattr, NFDIR); in amfs_bgmount()
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-stable/contrib/tcpdump/
Dnfs.h248 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
Dprint-nfs.c172 { NFDIR, "DIR" },
/freebsd-12-stable/contrib/amd/hlfsd/
Dstubs.c52 static nfsfattr rootfattr = {NFDIR, 0040555, 2, 0, 0, 512, 512, 0,
/freebsd-12-stable/sys/nfs/
Dnfsproto.h336 NFDIR=2, enumerator
/freebsd-12-stable/sys/fs/nfsserver/
Dnfs_nfsdsubs.c61 static nfstype newnfsv2_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK,
1772 *tl = txdr_unsigned(NFDIR); in nfsrv_putreferralattr()
Dnfs_nfsdserv.c1287 case NFDIR: in nfsrvd_mknod()
/freebsd-12-stable/include/rpcsvc/
Dnfs_prot.x91 NFDIR = 2, /* directory */ enumerator
/freebsd-12-stable/sys/fs/nfs/
Dnfsproto.h705 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
Dnfs_commonsubs.c58 nfstype nfsv34_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFSOCK,
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clrpcops.c2745 *tl = txdr_unsigned(NFDIR); in nfsrpc_mkdir()
/freebsd-12-stable/contrib/amd/
DChangeLog4356 changes the fattr from NFLNK to NFDIR from unmount_mp to
4755 (unmount_mp): moved the mk_fattr(NFDIR) here from umount_exported