Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dexfat_fs.h493 extern const struct file_operations exfat_dir_operations;
H A Dinode.c624 inode->i_fop = &exfat_dir_operations; in exfat_fill_inode()
H A Dsuper.c408 inode->i_fop = &exfat_dir_operations; in exfat_read_root()
H A Ddir.c292 const struct file_operations exfat_dir_operations = { variable