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

/freebsd-10-stable/lib/libstand/
H A Dnfsv2.h134 n_long fa_mode; member in struct:nfsv2_fattr
H A Dnfs.c61 n_long fa_mode; member in struct:nfsv2_fattrs
144 uint32_t fa_mode; member in struct:nfsv3_fattrs
506 nfs_root_node.fa.fa_mode = htonl(0755);
752 mode = ntohl(fp->fa.fa_mode);
1149 nfs_root_node.fa.fa_mode = htonl(0755);
1401 mode = ntohl(fp->fa.fa_mode);
/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c351 nap->na_mode = fxdr_unsigned(u_short, fp->fa_mode);
369 nap->na_mode = fxdr_unsigned(u_short, fp->fa_mode);
/freebsd-10-stable/contrib/tcpdump/
H A Dnfs.h311 u_int32_t fa_mode; member in struct:nfs_fattr
H A Dprint-nfs.c1164 EXTRACT_32BITS(&fap->fa_mode),
/freebsd-10-stable/sys/nfs/
H A Dnfsproto.h449 u_int32_t fa_mode; member in struct:nfs_fattr
/freebsd-10-stable/sys/nfsclient/
H A Dnfs_subs.c480 vmode = fxdr_unsigned(u_short, fp->fa_mode);
486 vmode = fxdr_unsigned(u_short, fp->fa_mode);
490 * The duplicate information returned in fa_type and fa_mode
500 * fa_mode (and failing that, trust the va_type field).
502 * NFSv3 cleared the issue, and requires fa_mode to not
/freebsd-10-stable/sys/nfsserver/
H A Dnfs_srvsubs.c991 fp->fa_mode = vtonfsv3_mode(vap->va_mode);
1005 fp->fa_mode = vtonfsv2_mode(vap->va_type, vap->va_mode);
/freebsd-10-stable/sys/fs/nfsserver/
H A Dnfs_nfsdsubs.c1394 fp->fa_mode = vtonfsv34_mode(nvap->na_mode);
1408 fp->fa_mode = vtonfsv2_mode(nvap->na_type, nvap->na_mode);
/freebsd-10-stable/sys/fs/nfs/
H A Dnfsproto.h739 u_int32_t fa_mode; member in struct:nfs_fattr

Completed in 583 milliseconds