Searched refs:SINGLETON_KEY (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_inode.c | 329 vp->v_type, NULL, SINGLETON_KEY); in ffs_truncate() 586 vp->v_type, NULL, SINGLETON_KEY); in ffs_truncate() 642 NULL, SINGLETON_KEY); in ffs_truncate()
|
H A D | ffs_extern.h | 148 #define SINGLETON_KEY 2 /* only block being freed, so trim it now */ macro
|
H A D | ffs_alloc.c | 421 NOTRIM_KEY : SINGLETON_KEY); in ffs_realloccg() 801 NOTRIM_KEY : SINGLETON_KEY); in ffs_reallocblks_ufs1() 1067 NOTRIM_KEY : SINGLETON_KEY); in ffs_reallocblks_ufs2() 2613 return (SINGLETON_KEY); in ffs_blkrelease_start() 2641 if (key == SINGLETON_KEY) { in ffs_blkrelease_finish() 2714 if (key == SINGLETON_KEY) { in ffs_blkfree()
|
H A D | ffs_balloc.c | 579 ip->i_number, vp->v_type, NULL, SINGLETON_KEY); in ffs_balloc_ufs1() 1207 ip->i_number, vp->v_type, NULL, SINGLETON_KEY); in ffs_balloc_ufs2()
|
H A D | ffs_snapshot.c | 606 xvp->v_type, NULL, SINGLETON_KEY); in ffs_snapshot() 1304 vp->v_type, NULL, SINGLETON_KEY); in mapacct_ufs1() 1589 vp->v_type, NULL, SINGLETON_KEY); in mapacct_ufs2()
|
H A D | ffs_softdep.c | 5531 (bp->b_flags & B_DELWRI) != 0 ? NOTRIM_KEY : SINGLETON_KEY); in softdep_setup_allocdirect() 5931 (bp->b_flags & B_DELWRI) != 0 ? NOTRIM_KEY : SINGLETON_KEY); in softdep_setup_allocext() 6045 SINGLETON_KEY); in newallocindir() 8076 freework_freeblock(freework, SINGLETON_KEY); in handle_workitem_indirblk() 8492 freework_freeblock(freework, SINGLETON_KEY); in indir_trunc() 8504 freeblks->fb_inum, freeblks->fb_vtype, NULL, SINGLETON_KEY); in indir_trunc()
|