tag | line | file | source code |
i_file_format | 108 | fs/isofs/file.c | inode->u.isofs_i.i_file_format = result; |
i_file_format | 130 | fs/isofs/file.c | if (inode->u.isofs_i.i_file_format == ISOFS_FILE_UNKNOWN) |
i_file_format | 230 | fs/isofs/file.c | if (inode->u.isofs_i.i_file_format == ISOFS_FILE_TEXT || |
i_file_format | 231 | fs/isofs/file.c | inode->u.isofs_i.i_file_format == ISOFS_FILE_TEXT_M) |
i_file_format | 233 | fs/isofs/file.c | chars, inode->u.isofs_i.i_file_format); |
i_file_format | 377 | fs/isofs/inode.c | inode->u.isofs_i.i_file_format = ISOFS_FILE_UNKNOWN; /* File type */ |
i_file_format | 380 | fs/isofs/inode.c | inode->u.isofs_i.i_file_format = ISOFS_FILE_BINARY; /* File type */ |
i_file_format | 383 | fs/isofs/inode.c | inode->u.isofs_i.i_file_format = ISOFS_FILE_TEXT; /* File type */ |
i_file_format | 386 | fs/isofs/inode.c | inode->u.isofs_i.i_file_format = ISOFS_FILE_TEXT_M; /* File type */ |
i_file_format | 10 | include/linux/iso_fs_i.h | unsigned char i_file_format; |