Home
last modified time | relevance | path

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

/linux/fs/configfs/
H A Dmount.c95 set_default_d_op(sb, &configfs_dentry_ops); /* the rest get that */ in configfs_fill_super()
H A Dconfigfs_internal.h92 extern const struct dentry_operations configfs_dentry_ops;
H A Ddir.c68 const struct dentry_operations configfs_dentry_ops = { variable