Searched refs:td_su (Results 1 – 3 of 3) sorted by relevance
1319 if (td->td_su == mp) { in ffs_unmount() 1320 td->td_su = NULL; in ffs_unmount()
13840 if (td->td_su != NULL) in schedule_cleanup() 13841 vfs_rel(td->td_su); in schedule_cleanup() 13843 td->td_su = mp; in schedule_cleanup() 13855 while ((mp = td->td_su) != NULL) { in softdep_ast_cleanup_proc() 13856 td->td_su = NULL; in softdep_ast_cleanup_proc() 13892 if ((mp = td->td_su) != NULL) { in softdep_ast_cleanup_proc() 13893 td->td_su = NULL; in softdep_ast_cleanup_proc()
318 void *td_su; /* (k) FFS SU private */ member