Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Dfat.h400 extern const struct inode_operations fat_file_inode_operations;
H A Dfile.c574 const struct inode_operations fat_file_inode_operations = { variable
H A Dinode.c550 inode->i_op = &fat_file_inode_operations; in fat_fill_inode()