Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1511 uint64_t fsid1, fsid2; in same_file_system() local
1519 (nvlist_lookup_uint64(nvl2, A_FSID, &fsid2) == 0)) { in same_file_system()
1526 if (fsid1 == fsid2) in same_file_system()