ffs_alloc.c | 574 ino_t ino, ipref; local in function:ffs_valloc 593 ipref = ffs_dirpref(pip); 595 ipref = pip->i_number; 596 if (ipref >= fs->fs_ncg * fs->fs_ipg) 597 ipref = 0; 598 cg = ino_to_cg(fs, ipref); 610 ino = (ino_t)ffs_hashalloc(pip, cg, ipref, mode, 0, 0, ffs_nodealloccg); 1262 ffs_nodealloccg(struct inode *ip, u_int cg, daddr_t ipref, int mode, int realsize, 1339 if (ipref) { 1340 ipref %= fs->fs_ipg [all...] |