Searched refs:mount_softdeps (Results 1 – 3 of 3) sorted by relevance
100 struct mount_softdeps *um_softdep; /* (c) softdep mgmt structure */
1042 struct mount_softdeps { struct1072 TAILQ_ENTRY(mount_softdeps) sd_next; /* List of softdep filesystem */ argument
1341 static TAILQ_HEAD(, mount_softdeps) softdepmounts;1589 struct mount_softdeps *sdp; in softdep_speedup()2581 struct mount_softdeps *sdp; in softdep_mount()2590 sdp = malloc(sizeof(struct mount_softdeps), M_MOUNTDATA, in softdep_mount()2700 struct mount_softdeps *ums; in softdep_unmount()