Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fat/
H A Dfat.h399 extern const struct inode_operations fat_file_inode_operations;
H A Dfile.c560 const struct inode_operations fat_file_inode_operations = { variable
H A Dinode.c553 inode->i_op = &fat_file_inode_operations; in fat_fill_inode()