Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsfs.h100 extern const struct file_operations cifs_file_direct_nobrl_ops;
H A Ddir.c549 file->f_op = &cifs_file_direct_nobrl_ops; in cifs_atomic_open()
H A Dcifsfs.c1336 const struct file_operations cifs_file_direct_nobrl_ops = { variable
H A Dinode.c51 inode->i_fop = &cifs_file_direct_nobrl_ops;
H A Dfile.c555 file->f_op = &cifs_file_direct_nobrl_ops; in cifs_open()