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

/freebsd-current/sys/ufs/ufs/
H A Dufsmount.h102 struct mount_softdeps *um_softdep; /* (c) softdep mgmt structure */
/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h1042 struct mount_softdeps { struct
1072 TAILQ_ENTRY(mount_softdeps) sd_next; /* List of softdep filesystem */
H A Dffs_softdep.c1341 static TAILQ_HEAD(, mount_softdeps) softdepmounts;
1589 struct mount_softdeps *sdp;
2583 struct mount_softdeps *sdp;
2592 sdp = malloc(sizeof(struct mount_softdeps), M_MOUNTDATA,
2693 struct mount_softdeps *ums;

Completed in 309 milliseconds