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

/illumos-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...]

Completed in 125 milliseconds