Home
last modified time | relevance | path

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

/Linux-v6.6/fs/minix/
Dfile.c50 const struct inode_operations minix_file_inode_operations = { variable
Dminix.h77 extern const struct inode_operations minix_file_inode_operations;
Dinode.c462 inode->i_op = &minix_file_inode_operations; in minix_set_inode()