taglinefilesource code
EXT_INODES_PER_BLOCK213fs/ext/freelists.c(inode->i_sb->u.ext_sb.s_firstfreeinodenumber-1)%EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK220fs/ext/freelists.cblock = 2 + (inode->i_ino - 1) / EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK224fs/ext/freelists.c(inode->i_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_BLOCK105fs/ext/inode.cblock = 2 + (s->u.ext_sb.s_firstfreeinodenumber - 1) / EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK355fs/ext/inode.cblock = 2 + (inode->i_ino-1)/EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK359fs/ext/inode.c(inode->i_ino-1)%EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK393fs/ext/inode.cblock = 2 + (inode->i_ino-1)/EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK397fs/ext/inode.c(inode->i_ino-1)%EXT_INODES_PER_BLOCK;