Home
last modified time | relevance | path

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

/linux-6.14.4/fs/exfat/
Dexfat_fs.h492 extern const struct inode_operations exfat_dir_inode_operations;
Dinode.c652 inode->i_op = &exfat_dir_inode_operations; in exfat_fill_inode()
Dsuper.c407 inode->i_op = &exfat_dir_inode_operations; in exfat_read_root()
Dnamei.c1308 const struct inode_operations exfat_dir_inode_operations = { variable