Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fuse/
Dfuse_i.h683 extern const struct dentry_operations fuse_dentry_operations;
Dinode.c1113 sb->s_d_op = &fuse_dentry_operations; in fuse_fill_super()
Ddir.c275 const struct dentry_operations fuse_dentry_operations = { variable