Home
last modified time | relevance | path

Searched refs:exfat_dir_operations (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/exfat/
Dexfat_fs.h445 extern const struct file_operations exfat_dir_operations;
Dinode.c582 inode->i_fop = &exfat_dir_operations; in exfat_fill_inode()
Dsuper.c365 inode->i_fop = &exfat_dir_operations; in exfat_read_root()
Ddir.c308 const struct file_operations exfat_dir_operations = { variable