Searched refs:SINGLETON_KEY (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/ufs/ffs/ |
| D | ffs_inode.c | 299 vp->v_type, NULL, SINGLETON_KEY); 548 vp->v_type, NULL, SINGLETON_KEY); 604 NULL, SINGLETON_KEY);
|
| D | ffs_extern.h | 134 #define SINGLETON_KEY 2 /* only block being freed, so trim it now */ macro
|
| D | ffs_alloc.c | 413 NOTRIM_KEY : SINGLETON_KEY); 783 NOTRIM_KEY : SINGLETON_KEY); 1047 NOTRIM_KEY : SINGLETON_KEY); 2538 return (SINGLETON_KEY); 2625 if (key == SINGLETON_KEY) {
|
| D | ffs_balloc.c | 577 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()
|
| D | ffs_snapshot.c | 598 xvp->v_type, NULL, SINGLETON_KEY); 1276 vp->v_type, NULL, SINGLETON_KEY); 1561 vp->v_type, NULL, SINGLETON_KEY);
|
| D | ffs_softdep.c | 5303 (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);
|