taglinefilesource code
EXT_INODES_PER_BLOCK221fs/ext/freelists.c(sb->u.ext_sb.s_firstfreeinodenumber-1)%EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK228fs/ext/freelists.cblock = 2 + (ino - 1) / EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK232fs/ext/freelists.c(ino - 1) % EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK263fs/ext/freelists.c(sb->u.ext_sb.s_firstfreeinodenumber-1)%EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK277fs/ext/freelists.cblock = 2 + (((unsigned long) efi->next) - 1) / EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK319fs/ext/freelists.c((sb->u.ext_sb.s_firstfreeinodenumber-1)%EXT_INODES_PER_BLOCK);
EXT_INODES_PER_BLOCK328fs/ext/freelists.cblock = 2 + ((ino - 1) / EXT_INODES_PER_BLOCK);
EXT_INODES_PER_BLOCK334fs/ext/freelists.c((ino - 1) % EXT_INODES_PER_BLOCK);
EXT_INODES_PER_BLOCK107fs/ext/inode.cblock = 2 + (s->u.ext_sb.s_firstfreeinodenumber - 1) / EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK357fs/ext/inode.cblock = 2 + (inode->i_ino-1)/EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK361fs/ext/inode.c(inode->i_ino-1)%EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK395fs/ext/inode.cblock = 2 + (inode->i_ino-1)/EXT_INODES_PER_BLOCK;
EXT_INODES_PER_BLOCK399fs/ext/inode.c(inode->i_ino-1)%EXT_INODES_PER_BLOCK;