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

/linux-4.1.27/fs/
H A Dlibfs.c57 const struct dentry_operations simple_dentry_operations = { variable in typeref:struct:dentry_operations
60 EXPORT_SYMBOL(simple_dentry_operations); variable
71 d_set_d_op(dentry, &simple_dentry_operations); simple_lookup()
/linux-4.1.27/fs/proc/
H A Dgeneric.c242 d_set_d_op(dentry, &simple_dentry_operations); proc_lookup_de()
/linux-4.1.27/fs/hostfs/
H A Dhostfs_kern.c940 sb->s_d_op = &simple_dentry_operations; hostfs_fill_sb_common()
/linux-4.1.27/net/sunrpc/
H A Drpc_pipe.c1397 sb->s_d_op = &simple_dentry_operations; rpc_fill_super()
/linux-4.1.27/include/linux/
H A Dfs.h2787 extern const struct dentry_operations simple_dentry_operations;

Completed in 341 milliseconds