Searched refs:cifs_file_direct_ops (Results 1 – 5 of 5) sorted by relevance
89 extern const struct file_operations cifs_file_direct_ops; /* if directio mnt */
525 file->f_op = &cifs_file_direct_ops;
1570 const struct file_operations cifs_file_direct_ops = { variable
42 inode->i_fop = &cifs_file_direct_ops; in cifs_set_ops()
804 file->f_op = &cifs_file_direct_ops; in cifs_open()