Searched refs:mount_softdeps (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/ufs/ufs/
H A Dufsmount.h95 struct mount_softdeps *um_softdep; /* (c) softdep mgmt structure */
/freebsd-12-stable/sys/ufs/ffs/
H A Dsoftdep.h1039 struct mount_softdeps { struct
1069 TAILQ_ENTRY(mount_softdeps) sd_next; /* List of softdep filesystem */
H A Dffs_softdep.c1366 static TAILQ_HEAD(, mount_softdeps) softdepmounts;
1447 struct mount_softdeps *sdp;
2463 struct mount_softdeps *sdp;
2470 sdp = malloc(sizeof(struct mount_softdeps), M_MOUNTDATA,

Completed in 141 milliseconds