tag | line | file | source code |
---|---|---|---|
minix_file_inode_operations | 52 | fs/minix/file.c | struct inode_operations minix_file_inode_operations = { |
minix_file_inode_operations | 449 | fs/minix/inode.c | inode->i_op = &minix_file_inode_operations; |
minix_file_inode_operations | 231 | fs/minix/namei.c | inode->i_op = &minix_file_inode_operations; |
minix_file_inode_operations | 274 | fs/minix/namei.c | inode->i_op = &minix_file_inode_operations; |
minix_file_inode_operations | 121 | include/linux/minix_fs.h | extern struct inode_operations minix_file_inode_operations; |