Searched refs:nm_fsid (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/nfsclient/
H A Dnfsmount.h91 fsid_t nm_fsid; member in struct:nfsmount
/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfsmount.h77 u_int64_t nm_fsid[2]; /* NFSv4 fsid */ member in struct:nfsmount
H A Dnfs_clport.c407 (nmp->nm_fsid[0] != np->n_vattr.na_filesid[0] ||
408 nmp->nm_fsid[1] != np->n_vattr.na_filesid[1])) {
H A Dnfs_clrpcops.c4110 nmp->nm_fsid[0] = nap->na_filesid[0];
4111 nmp->nm_fsid[1] = nap->na_filesid[1];

Completed in 197 milliseconds