Searched defs:lofsfstype (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c48 int lofsfstype; local
52 if (mdb_readvar(&lofsfstype, "lofsfstype") == -1) {
53 mdb_warn("failed to read 'lofsfstype' symbol\n");
74 if (lofsfstype != vfs.vfs_fstype) {
98 if (lofsfstype != vfs.vfs_fstype) {
123 if (lofsfstype != vfs.vfs_fstype) {
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c144 static int lofsfstype; variable
377 vfsp->vfs_fstype = lofsfstype;
579 lofsfstype = fstyp;

Completed in 258 milliseconds