Home
last modified time | relevance | path

Searched refs:wkhd (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c299 struct workhead *wkhd, in softdep_setup_blkfree() argument
310 struct workhead *wkhd, in softdep_setup_inofree() argument
541 struct workhead *wkhd) in softdep_inode_append() argument
5848 LIST_INIT(&wkhd); in handle_workitem_freefrag()
7978 LIST_INIT(&wkhd); in freework_freeblock()
8440 LIST_INIT(&wkhd); in indir_trunc()
10159 LIST_INIT(&wkhd); in handle_workitem_freefile()
10947 if (wkhd) { in softdep_setup_inofree()
11011 if (wkhd) { in softdep_setup_blkfree()
11474 if (wkhd == NULL) in handle_allocdirect_partdone()
[all …]
H A Dffs_snapshot.c91 struct workhead *wkhd) in ffs_snapblkfree() argument
1773 struct workhead *wkhd) in ffs_snapblkfree() argument
1882 if (wkhd != NULL) { in ffs_snapblkfree()
1885 curthread->td_ucred, wkhd); in ffs_snapblkfree()
1887 softdep_buf_append(ibp, wkhd); in ffs_snapblkfree()
1975 if (error != 0 && wkhd != NULL) in ffs_snapblkfree()
1976 softdep_freework(wkhd); in ffs_snapblkfree()
H A Dffs_alloc.c2826 struct workhead *wkhd) in ffs_freefile() argument
2867 softdep_setup_inofree(UFSTOVFS(ump), bp, ino, wkhd, true); in ffs_freefile()
2897 softdep_setup_inofree(UFSTOVFS(ump), bp, ino, wkhd, false); in ffs_freefile()