Home
last modified time | relevance | path

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

/linux/fs/minix/
H A Dfile.c50 const struct inode_operations minix_file_inode_operations = { variable
H A Dminix.h77 extern const struct inode_operations minix_file_inode_operations;
H A Dinode.c484 inode->i_op = &minix_file_inode_operations; in minix_set_inode()