Home
last modified time | relevance | path

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

/linux-6.1.9/fs/exfat/
Dexfat_fs.h452 extern const struct file_operations exfat_dir_operations;
Dinode.c561 inode->i_fop = &exfat_dir_operations; in exfat_fill_inode()
Dsuper.c374 inode->i_fop = &exfat_dir_operations; in exfat_read_root()
Ddir.c307 const struct file_operations exfat_dir_operations = { variable