tag | line | file | source code |
i_file_format | 110 | fs/isofs/file.c | inode->u.isofs_i.i_file_format = result; |
i_file_format | 132 | fs/isofs/file.c | if (inode->u.isofs_i.i_file_format == ISOFS_FILE_UNKNOWN) |
i_file_format | 211 | fs/isofs/file.c | if (inode->u.isofs_i.i_file_format == ISOFS_FILE_TEXT || |
i_file_format | 212 | fs/isofs/file.c | inode->u.isofs_i.i_file_format == ISOFS_FILE_TEXT_M) |
i_file_format | 214 | fs/isofs/file.c | chars, inode->u.isofs_i.i_file_format); |
i_file_format | 455 | fs/isofs/inode.c | inode->u.isofs_i.i_file_format = ISOFS_FILE_UNKNOWN; /* File type */ |
i_file_format | 458 | fs/isofs/inode.c | inode->u.isofs_i.i_file_format = ISOFS_FILE_BINARY; /* File type */ |
i_file_format | 461 | fs/isofs/inode.c | inode->u.isofs_i.i_file_format = ISOFS_FILE_TEXT; /* File type */ |
i_file_format | 464 | 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; |