Searched refs:ufs_getsummaryinfo (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | ufs_inode.h | 897 extern int ufs_getsummaryinfo(dev_t, struct ufsvfs *, struct fs *);
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 714 error = ufs_getsummaryinfo(vfsp->vfs_dev, ufsvfsp, fspt); in remountfs() 1103 if (error = ufs_getsummaryinfo(dev, ufsvfsp, fsp)) in mountfs()
|
H A D | ufs_lockfs.c | 668 if (ufs_getsummaryinfo(vfsp->vfs_dev, ufsvfsp, dfs)) { in ufs_reconcile_fs()
|
H A D | ufs_subr.c | 1309 ufs_getsummaryinfo(dev_t dev, struct ufsvfs *ufsvfsp, struct fs *fs) in ufs_getsummaryinfo() function
|