Home
last modified time | relevance | path

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

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