tag | line | file | source code |
---|---|---|---|
EXT_INODES_PER_BLOCK | 213 | fs/ext/freelists.c | (inode->i_sb->u.ext_sb.s_firstfreeinodenumber-1)%EXT_INODES_PER_BLOCK; |
EXT_INODES_PER_BLOCK | 220 | fs/ext/freelists.c | block = 2 + (inode->i_ino - 1) / EXT_INODES_PER_BLOCK; |
EXT_INODES_PER_BLOCK | 224 | fs/ext/freelists.c | (inode->i_ino - 1) % EXT_INODES_PER_BLOCK; |
EXT_INODES_PER_BLOCK | 256 | fs/ext/freelists.c | (sb->u.ext_sb.s_firstfreeinodenumber-1)%EXT_INODES_PER_BLOCK; |
EXT_INODES_PER_BLOCK | 270 | fs/ext/freelists.c | block = 2 + (((unsigned long) efi->next) - 1) / EXT_INODES_PER_BLOCK; |
EXT_INODES_PER_BLOCK | 311 | fs/ext/freelists.c | ((sb->u.ext_sb.s_firstfreeinodenumber-1)%EXT_INODES_PER_BLOCK); |
EXT_INODES_PER_BLOCK | 320 | fs/ext/freelists.c | block = 2 + ((ino - 1) / EXT_INODES_PER_BLOCK); |
EXT_INODES_PER_BLOCK | 326 | fs/ext/freelists.c | ((ino - 1) % EXT_INODES_PER_BLOCK); |
EXT_INODES_PER_BLOCK | 104 | fs/ext/inode.c | block = 2 + (s->u.ext_sb.s_firstfreeinodenumber - 1) / EXT_INODES_PER_BLOCK; |
EXT_INODES_PER_BLOCK | 354 | fs/ext/inode.c | block = 2 + (inode->i_ino-1)/EXT_INODES_PER_BLOCK; |
EXT_INODES_PER_BLOCK | 358 | fs/ext/inode.c | (inode->i_ino-1)%EXT_INODES_PER_BLOCK; |
EXT_INODES_PER_BLOCK | 392 | fs/ext/inode.c | block = 2 + (inode->i_ino-1)/EXT_INODES_PER_BLOCK; |
EXT_INODES_PER_BLOCK | 396 | fs/ext/inode.c | (inode->i_ino-1)%EXT_INODES_PER_BLOCK; |