Searched refs:NFDIR (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12-stable/stand/libsa/ |
| D | nfsv2.h | 117 NFDIR=2, enumerator
|
| D | nfs.c | 509 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/ |
| D | map.c | 375 case NFDIR: in mk_fattr() 376 fattr->na_type = NFDIR; in mk_fattr() 729 mk_fattr(&mp->am_fattr, NFDIR); in umount_exported()
|
| D | autil.c | 708 if (mp->am_parent && mp->am_fattr.na_type == NFDIR) in am_unmounted()
|
| D | amfs_generic.c | 780 mk_fattr(&mp->am_fattr, NFDIR); in amfs_bgmount()
|
| D | nfs_subr.c | 398 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/ |
| D | nfs.h | 248 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
|
| D | print-nfs.c | 172 { NFDIR, "DIR" },
|
| /freebsd-12-stable/contrib/amd/hlfsd/ |
| D | stubs.c | 52 static nfsfattr rootfattr = {NFDIR, 0040555, 2, 0, 0, 512, 512, 0,
|
| /freebsd-12-stable/sys/nfs/ |
| D | nfsproto.h | 336 NFDIR=2, enumerator
|
| /freebsd-12-stable/sys/fs/nfsserver/ |
| D | nfs_nfsdsubs.c | 61 static nfstype newnfsv2_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, 1772 *tl = txdr_unsigned(NFDIR); in nfsrv_putreferralattr()
|
| D | nfs_nfsdserv.c | 1287 case NFDIR: in nfsrvd_mknod()
|
| /freebsd-12-stable/include/rpcsvc/ |
| D | nfs_prot.x | 91 NFDIR = 2, /* directory */ enumerator
|
| /freebsd-12-stable/sys/fs/nfs/ |
| D | nfsproto.h | 705 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
|
| D | nfs_commonsubs.c | 58 nfstype nfsv34_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFSOCK,
|
| /freebsd-12-stable/sys/fs/nfsclient/ |
| D | nfs_clrpcops.c | 2745 *tl = txdr_unsigned(NFDIR); in nfsrpc_mkdir()
|
| /freebsd-12-stable/contrib/amd/ |
| D | ChangeLog | 4356 changes the fattr from NFLNK to NFDIR from unmount_mp to 4755 (unmount_mp): moved the mk_fattr(NFDIR) here from umount_exported
|