Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsfs.h123 extern const struct dentry_operations cifs_dentry_ops;
H A Ddir.c817 const struct dentry_operations cifs_dentry_ops = { variable
H A Dcifsfs.c231 sb->s_d_op = &cifs_dentry_ops; in cifs_read_super()