Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fat/
H A Dfat.h398 extern const struct file_operations fat_file_operations;
H A Dfile.c202 const struct file_operations fat_file_operations = { variable
H A Dinode.c554 inode->i_fop = &fat_file_operations; in fat_fill_inode()