Home
last modified time | relevance | path

Searched refs:NFLNK (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/stand/libsa/
HDnfsv2.h120 NFLNK=5 enumerator
HDnfs.c592 if (newfd->fa.fa_type == htonl(NFLNK)) { in nfs_open()
/freebsd-11-stable/contrib/amd/hlfsd/
HDstubs.c54 static nfsfattr slinkfattr = {NFLNK, 0120777, 1, 0, 0, NFS_MAXPATHLEN, 512, 0,
57 static nfsfattr un_fattr = {NFLNK, 0120777, 1, 0, 0, NFS_MAXPATHLEN, 512, 0,
/freebsd-11-stable/contrib/amd/amd/
HDmap.c83 NFLNK, /* type */
381 case NFLNK: in mk_fattr()
382 fattr->na_type = NFLNK; in mk_fattr()
HDautil.c303 if (mp->am_fattr.na_type == NFLNK) in am_mounted()
HDamfs_generic.c782 mk_fattr(&mp->am_fattr, NFLNK); in amfs_bgmount()
/freebsd-11-stable/contrib/tcpdump/
HDnfs.h248 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
HDprint-nfs.c175 { NFLNK, "LNK" },
/freebsd-11-stable/sys/nfs/
HDnfsproto.h337 NFLNK=5, enumerator
/freebsd-11-stable/include/rpcsvc/
HDnfs_prot.x94 NFLNK = 5, /* symbolic link */ enumerator
/freebsd-11-stable/sys/fs/nfs/
HDnfsproto.h679 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
HDnfs_commonsubs.c56 nfstype nfsv34_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFSOCK,
/freebsd-11-stable/sys/fs/nfsserver/
HDnfs_nfsdsubs.c57 static nfstype newnfsv2_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK,
HDnfs_nfsdserv.c1190 case NFLNK: in nfsrvd_mknod()
/freebsd-11-stable/sys/fs/nfsclient/
HDnfs_clrpcops.c2594 *tl = txdr_unsigned(NFLNK); in nfsrpc_symlink()
/freebsd-11-stable/contrib/amd/
HDChangeLog4356 changes the fattr from NFLNK to NFDIR from unmount_mp to