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

/linux-master/fs/devpts/
H A Dinode.c436 s->s_d_op = &simple_dentry_operations;
/linux-master/fs/
H A Dlibfs.c65 const struct dentry_operations simple_dentry_operations = { variable in typeref:struct:dentry_operations
68 EXPORT_SYMBOL(simple_dentry_operations); variable
79 d_set_d_op(dentry, &simple_dentry_operations);
/linux-master/fs/hostfs/
H A Dhostfs_kern.c935 sb->s_d_op = &simple_dentry_operations;
/linux-master/net/sunrpc/
H A Drpc_pipe.c1371 sb->s_d_op = &simple_dentry_operations;
/linux-master/include/linux/
H A Dfs.h3314 extern const struct dentry_operations simple_dentry_operations;

Completed in 245 milliseconds