Searched refs:fa_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/lib/libstand/
H A Dnfsv2.h133 n_long fa_type; member in struct:nfsv2_fattr
H A Dnfs.c60 n_long fa_type; member in struct:nfsv2_fattrs
143 uint32_t fa_type; member in struct:nfsv3_fattrs
505 nfs_root_node.fa.fa_type = htonl(NFDIR);
548 if (currfd->fa.fa_type != htonl(NFDIR)) {
583 if (newfd->fa.fa_type == htonl(NFLNK)) {
751 ftype = ntohl(fp->fa.fa_type);
1148 nfs_root_node.fa.fa_type = htonl(NFDIR);
1192 if (currfd->fa.fa_type != htonl(NFDIR)) {
1231 if (newfd->fa.fa_type == htonl(NFLNK)) {
1400 ftype = ntohl(fp->fa.fa_type);
[all...]
/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c350 nap->na_type = nfsv34tov_type(fp->fa_type);
368 nap->na_type = nfsv2tov_type(fp->fa_type);
/freebsd-10-stable/contrib/tcpdump/
H A Dnfs.h310 u_int32_t fa_type; member in struct:nfs_fattr
H A Dprint-nfs.c1163 EXTRACT_32BITS(&fap->fa_type)),
/freebsd-10-stable/sys/nfs/
H A Dnfsproto.h448 u_int32_t fa_type; member in struct:nfs_fattr
/freebsd-10-stable/sys/nfsclient/
H A Dnfs_subs.c479 vtyp = nfsv3tov_type(fp->fa_type);
485 vtyp = nfsv2tov_type(fp->fa_type);
490 * The duplicate information returned in fa_type and fa_mode
496 * FIFOs), NFSv2 mandates fa_type to be VNON. Anyway, we
504 * and FIFOs for fa_type).
/freebsd-10-stable/sys/nfsserver/
H A Dnfs_srvsubs.c990 fp->fa_type = vtonfsv3_type(vap->va_type);
1004 fp->fa_type = vtonfsv2_type(vap->va_type);
/freebsd-10-stable/sys/fs/nfsserver/
H A Dnfs_nfsdsubs.c1393 fp->fa_type = vtonfsv34_type(nvap->na_type);
1407 fp->fa_type = vtonfsv2_type(nvap->na_type);
/freebsd-10-stable/sys/fs/nfs/
H A Dnfsproto.h738 u_int32_t fa_type; member in struct:nfs_fattr

Completed in 185 milliseconds