Home
last modified time | relevance | path

Searched refs:simple_dentry_operations (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/
Dlibfs.c53 const struct dentry_operations simple_dentry_operations = { variable
56 EXPORT_SYMBOL(simple_dentry_operations);
67 d_set_d_op(dentry, &simple_dentry_operations); in simple_lookup()
/Linux-v4.19/fs/hostfs/
Dhostfs_kern.c924 sb->s_d_op = &simple_dentry_operations; in hostfs_fill_sb_common()
/Linux-v4.19/net/sunrpc/
Drpc_pipe.c1382 sb->s_d_op = &simple_dentry_operations; in rpc_fill_super()
/Linux-v4.19/include/linux/
Dfs.h3186 extern const struct dentry_operations simple_dentry_operations;