Home
last modified time | relevance | path

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

/linux-6.14.4/fs/exfat/
Dexfat_fs.h524 extern const struct inode_operations exfat_file_inode_operations;
Dinode.c658 inode->i_op = &exfat_file_inode_operations; in exfat_fill_inode()
Dfile.c719 const struct inode_operations exfat_file_inode_operations = { variable