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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_subr.c116 * Link ufsp in at the head of the list of ufs_instances.
119 ufs_vfs_add(struct ufsvfs *ufsp) argument
122 ufsp->vfs_next = ufs_instances;
123 ufs_instances = ufsp;
128 * Remove ufsp from the list of ufs_instances.
130 * Does no error checking; ufsp is assumed to actually be on the list.
133 ufs_vfs_remove(struct ufsvfs *ufsp) argument
139 if (*delpt == ufsp) {
140 *delpt = ufsp->vfs_next;
141 ufsp
197 struct ufsvfs *ufsp; local
1196 struct ufsvfs *ufsp; local
[all...]

Completed in 56 milliseconds