Home
last modified time | relevance | path

Searched refs:SINGLETON_KEY (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/ufs/ffs/
Dffs_inode.c299 vp->v_type, NULL, SINGLETON_KEY);
548 vp->v_type, NULL, SINGLETON_KEY);
604 NULL, SINGLETON_KEY);
Dffs_extern.h134 #define SINGLETON_KEY 2 /* only block being freed, so trim it now */ macro
Dffs_alloc.c413 NOTRIM_KEY : SINGLETON_KEY);
783 NOTRIM_KEY : SINGLETON_KEY);
1047 NOTRIM_KEY : SINGLETON_KEY);
2538 return (SINGLETON_KEY);
2625 if (key == SINGLETON_KEY) {
Dffs_balloc.c577 ip->i_number, vp->v_type, NULL, SINGLETON_KEY); in ffs_balloc_ufs1()
1191 ip->i_number, vp->v_type, NULL, SINGLETON_KEY); in ffs_balloc_ufs2()
Dffs_snapshot.c598 xvp->v_type, NULL, SINGLETON_KEY);
1276 vp->v_type, NULL, SINGLETON_KEY);
1561 vp->v_type, NULL, SINGLETON_KEY);
Dffs_softdep.c5303 (bp->b_flags & B_DELWRI) != 0 ? NOTRIM_KEY : SINGLETON_KEY);
5707 (bp->b_flags & B_DELWRI) != 0 ? NOTRIM_KEY : SINGLETON_KEY);
5821 SINGLETON_KEY);
7872 freework_freeblock(freework, SINGLETON_KEY);
8289 freework_freeblock(freework, SINGLETON_KEY);
8301 freeblks->fb_inum, freeblks->fb_vtype, NULL, SINGLETON_KEY);