Home
last modified time | relevance | path

Searched refs:exfat_dentry_ops (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/exfat/
H A Dexfat_fs.h478 extern const struct dentry_operations exfat_dentry_ops;
H A Dsuper.c692 sb->s_d_op = &exfat_dentry_ops; in exfat_fill_super()
H A Dnamei.c130 const struct dentry_operations exfat_dentry_ops = { variable