Home
last modified time | relevance | path

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

/Linux-v6.1/fs/vboxsf/
Dvfsmod.h83 extern const struct dentry_operations vboxsf_dentry_ops;
Dsuper.c200 sb->s_d_op = &vboxsf_dentry_ops; in vboxsf_fill_super()
Ddir.c205 const struct dentry_operations vboxsf_dentry_ops = { variable