Home
last modified time | relevance | path

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

/fs/cifs/
Ddir.c211 direntry->d_op = &cifs_dentry_ops; in setup_cifs_dentry()
504 direntry->d_op = &cifs_dentry_ops; in cifs_mknod()
644 direntry->d_op = &cifs_dentry_ops; in cifs_lookup()
657 direntry->d_op = &cifs_dentry_ops; in cifs_lookup()
702 struct dentry_operations cifs_dentry_ops = { variable
Dcifsfs.h81 extern struct dentry_operations cifs_dentry_ops;
Dlink.c217 direntry->d_op = &cifs_dentry_ops; in cifs_symlink()
Dinode.c1149 direntry->d_op = &cifs_dentry_ops;
1197 direntry->d_op = &cifs_dentry_ops;
Dreaddir.c98 tmp_dentry->d_op = &cifs_dentry_ops; in construct_dentry()