Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dlibfs.c52 const struct dentry_operations simple_dentry_operations = { variable
55 EXPORT_SYMBOL(simple_dentry_operations);
66 d_set_d_op(dentry, &simple_dentry_operations); in simple_lookup()
/linux-4.4.14/fs/proc/
Dgeneric.c242 d_set_d_op(dentry, &simple_dentry_operations); in proc_lookup_de()
/linux-4.4.14/fs/hostfs/
Dhostfs_kern.c937 sb->s_d_op = &simple_dentry_operations; in hostfs_fill_sb_common()
/linux-4.4.14/net/sunrpc/
Drpc_pipe.c1397 sb->s_d_op = &simple_dentry_operations; in rpc_fill_super()
/linux-4.4.14/include/linux/
Dfs.h2822 extern const struct dentry_operations simple_dentry_operations;