Home
last modified time | relevance | path

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

/linux-2.6.39/fs/configfs/
Dmount.c104 sb->s_d_op = &configfs_dentry_ops; /* the rest get that */ in configfs_fill_super()
Dconfigfs_internal.h93 extern const struct dentry_operations configfs_dentry_ops;
Ddir.c78 const struct dentry_operations configfs_dentry_ops = { variable