tag | line | file | source code |
---|---|---|---|
minix_file_inode_operations | 45 | fs/minix/file.c | struct inode_operations minix_file_inode_operations = { |
minix_file_inode_operations | 240 | fs/minix/inode.c | inode->i_op = &minix_file_inode_operations; |
minix_file_inode_operations | 219 | fs/minix/namei.c | inode->i_op = &minix_file_inode_operations; |
minix_file_inode_operations | 261 | fs/minix/namei.c | inode->i_op = &minix_file_inode_operations; |
minix_file_inode_operations | 85 | include/linux/minix_fs.h | extern struct inode_operations minix_file_inode_operations; |