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

/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_subr.c83 * Used to verify that a given entry on the ufs_instances list (see below)
87 * updates to and uses of the entries in ufs_instances.
99 * ufs_instances. The list is updated as part of mount and unmount. It's
108 struct ufsvfs *ufs_instances; variable in typeref:struct:ufsvfs
116 * Link ufsp in at the head of the list of ufs_instances.
122 ufsp->vfs_next = ufs_instances;
123 ufs_instances = ufsp;
128 * Remove ufsp from the list of ufs_instances.
135 struct ufsvfs **delpt = &ufs_instances;
224 for (ufsp = ufs_instances; ufs
[all...]
H A Dufs_trans.c60 extern struct ufsvfs *ufs_instances;
77 for (ufsvfsp = ufs_instances; ufsvfsp; ufsvfsp = ufsvfsp->vfs_next) {
97 for (ufsvfsp = ufs_instances; ufsvfsp; ufsvfsp = ufsvfsp->vfs_next)

Completed in 102 milliseconds