taglinefilesource code
EXT_INODES_PER_BLOCK214fs/ext/freelists.c(sb->u.ext_sb.s_firstfreeinodenumber-1)%EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK221fs/ext/freelists.cblock = 2 + (ino - 1) / EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK225fs/ext/freelists.c(ino - 1) % EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK256fs/ext/freelists.c(sb->u.ext_sb.s_firstfreeinodenumber-1)%EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK270fs/ext/freelists.cblock = 2 + (((unsigned long) efi->next) - 1) / EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK312fs/ext/freelists.c((sb->u.ext_sb.s_firstfreeinodenumber-1)%EXT_INODES_PER_BLOCK);
EXT_INODES_PER_BLOCK321fs/ext/freelists.cblock = 2 + ((ino - 1) / EXT_INODES_PER_BLOCK);
EXT_INODES_PER_BLOCK327fs/ext/freelists.c((ino - 1) % EXT_INODES_PER_BLOCK);
EXT_INODES_PER_BLOCK115fs/ext/inode.cblock = 2 + (s->u.ext_sb.s_firstfreeinodenumber - 1) / EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK365fs/ext/inode.cblock = 2 + (inode->i_ino-1)/EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK369fs/ext/inode.c(inode->i_ino-1)%EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK403fs/ext/inode.cblock = 2 + (inode->i_ino-1)/EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK407fs/ext/inode.c(inode->i_ino-1)%EXT_INODES_PER_BLOCK;