Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
Dfuse_i.h886 extern const struct dentry_operations fuse_root_dentry_operations;
Dinode.c1383 sb->s_d_op = &fuse_root_dentry_operations; in fuse_fill_super_common()
Ddir.c402 const struct dentry_operations fuse_root_dentry_operations = { variable