Home
last modified time | relevance | path

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

/linux/fs/vboxsf/
H A Dvfsmod.h83 extern const struct dentry_operations vboxsf_dentry_ops;
H A Dsuper.c192 set_default_d_op(sb, &vboxsf_dentry_ops); in vboxsf_fill_super()
H A Ddir.c208 const struct dentry_operations vboxsf_dentry_ops = { variable