tag | line | file | source code |
SYSV_DIRSIZE | 80 | fs/sysv/dir.c | if ((unsigned long)(filp->f_pos) % SYSV_DIRSIZE) |
SYSV_DIRSIZE | 108 | fs/sysv/dir.c | offset += SYSV_DIRSIZE; |
SYSV_DIRSIZE | 109 | fs/sysv/dir.c | filp->f_pos += SYSV_DIRSIZE; |
SYSV_DIRSIZE | 94 | fs/sysv/namei.c | pos += SYSV_DIRSIZE; |
SYSV_DIRSIZE | 95 | fs/sysv/namei.c | offset += SYSV_DIRSIZE; |
SYSV_DIRSIZE | 177 | fs/sysv/namei.c | pos += SYSV_DIRSIZE; |
SYSV_DIRSIZE | 178 | fs/sysv/namei.c | offset += SYSV_DIRSIZE; |
SYSV_DIRSIZE | 327 | fs/sysv/namei.c | inode->i_size = 2 * SYSV_DIRSIZE; |
SYSV_DIRSIZE | 336 | fs/sysv/namei.c | de = (struct sysv_dir_entry *) (dir_block->b_data + 0*SYSV_DIRSIZE); |
SYSV_DIRSIZE | 339 | fs/sysv/namei.c | de = (struct sysv_dir_entry *) (dir_block->b_data + 1*SYSV_DIRSIZE); |
SYSV_DIRSIZE | 380 | fs/sysv/namei.c | pos = offset = 2*SYSV_DIRSIZE; |
SYSV_DIRSIZE | 381 | fs/sysv/namei.c | if (inode->i_size % SYSV_DIRSIZE) |
SYSV_DIRSIZE | 388 | fs/sysv/namei.c | de = (struct sysv_dir_entry *) (bh->b_data + 0*SYSV_DIRSIZE); |
SYSV_DIRSIZE | 391 | fs/sysv/namei.c | de = (struct sysv_dir_entry *) (bh->b_data + 1*SYSV_DIRSIZE); |
SYSV_DIRSIZE | 405 | fs/sysv/namei.c | pos += SYSV_DIRSIZE; |
SYSV_DIRSIZE | 406 | fs/sysv/namei.c | offset += SYSV_DIRSIZE; |
SYSV_DIRSIZE | 660 | fs/sysv/namei.c | (((struct sysv_dir_entry *) ((buffer) + 1*SYSV_DIRSIZE))->inode) |