Searched refs:uf_fsname (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dufs_panic.h103 char uf_fsname[MAXMNTLEN]; /* for post-unmount errors */ member in struct:ufs_failure
/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c1382 bcopy(f->uf_ufsvfsp->vfs_fs->fs_fsmnt, f->uf_fsname, MAXMNTLEN);
2357 if (f->uf_fsname[0] != '\0') {
2358 HIDEOUS((": return (uf_fsname)]\n"));
2359 return (f->uf_fsname);

Completed in 55 milliseconds