Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Ddir.c31 const struct dentry_operations ceph_dentry_ops; variable
2258 const struct dentry_operations ceph_dentry_ops = { variable
H A Dsuper.h1322 extern const struct dentry_operations ceph_dentry_ops;
H A Dsuper.c1222 set_default_d_op(s, &ceph_dentry_ops); in ceph_set_super()