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
532 softdep_buf_append(struct buf *bp, struct workhead *wkhd) in softdep_buf_append() argument
541 struct workhead *wkhd) in softdep_inode_append() argument
548 softdep_freework(struct workhead *wkhd) in softdep_freework() argument
2474 struct indir_hashhead *wkhd; in indirblk_lookup() local
2478 wkhd = INDIR_HASH(ump, blkno); in indirblk_lookup()
2479 TAILQ_FOREACH(freework, wkhd, fw_next) { in indirblk_lookup()
4576 struct workhead *wkhd) in cancel_jaddref() argument
4613 jwork_insert(wkhd, jsegde in cancel_jaddref()
4702 cancel_jnewblk(struct jnewblk * jnewblk,struct workhead * wkhd) cancel_jnewblk() argument
5639 jnewblk_merge(struct worklist * new,struct worklist * old,struct workhead * wkhd) jnewblk_merge() argument
5851 struct workhead wkhd; handle_workitem_freefrag() local
7637 cancel_newblk(struct newblk * newblk,struct worklist * wk,struct workhead * wkhd) cancel_newblk() argument
7973 struct workhead wkhd; freework_freeblock() local
8310 struct workhead wkhd; indir_trunc() local
9094 free_diradd(struct diradd * dap,struct workhead * wkhd) free_diradd() argument
10152 struct workhead wkhd; handle_workitem_freefile() local
10938 softdep_setup_inofree(struct mount * mp,struct buf * bp,ino_t ino,struct workhead * wkhd,bool doingrecovery) softdep_setup_inofree() argument
10988 softdep_setup_blkfree(struct mount * mp,struct buf * bp,ufs2_daddr_t blkno,int frags,struct workhead * wkhd,bool doingrecovery) softdep_setup_blkfree() argument
11419 handle_allocdirect_partdone(struct allocdirect * adp,struct workhead * wkhd) handle_allocdirect_partdone() argument
11534 handle_jwork(struct workhead * wkhd) handle_jwork() argument
11676 struct workhead wkhd; handle_written_inodeblock() local
14206 softdep_buf_append(struct buf * bp,struct workhead * wkhd) softdep_buf_append() argument
14229 softdep_inode_append(struct inode * ip,struct ucred * cred,struct workhead * wkhd) softdep_inode_append() argument
14252 softdep_freework(struct workhead * wkhd) softdep_freework() argument
14929 struct workhead *wkhd; DB_SHOW_COMMAND() local
[all...]
H A Dffs_snapshot.c91 struct workhead *wkhd) in ffs_snapblkfree() argument
1782 struct workhead *wkhd) in ffs_snapblkfree() argument
1891 if (wkhd != NULL) { in ffs_snapblkfree()
1894 curthread->td_ucred, wkhd); in ffs_snapblkfree()
1896 softdep_buf_append(ibp, wkhd); in ffs_snapblkfree()
1984 if (error != 0 && wkhd != NULL) in ffs_snapblkfree()
1985 softdep_freework(wkhd); in ffs_snapblkfree()
H A Dffs_alloc.c2844 struct workhead *wkhd) in ffs_freefile() argument
2885 softdep_setup_inofree(UFSTOVFS(ump), bp, ino, wkhd, true); in ffs_freefile()
2915 softdep_setup_inofree(UFSTOVFS(ump), bp, ino, wkhd, false); in ffs_freefile()