Home
last modified time | relevance | path

Searched refs:minix_file_inode_operations (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/minix/
H A Dfile.c49 const struct inode_operations minix_file_inode_operations = { variable
H A Dminix.h75 extern const struct inode_operations minix_file_inode_operations;
H A Dinode.c461 inode->i_op = &minix_file_inode_operations; in minix_set_inode()