Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dexfat_fs.h490 extern const struct inode_operations exfat_dir_inode_operations;
H A Dinode.c649 inode->i_op = &exfat_dir_inode_operations; in exfat_fill_inode()
H A Dsuper.c374 inode->i_op = &exfat_dir_inode_operations; in exfat_read_root()
H A Dnamei.c1313 const struct inode_operations exfat_dir_inode_operations = { variable