Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dcifsfs.h86 extern const struct file_operations cifs_file_direct_ops; /* if directio mnt */
Ddir.c505 file->f_op = &cifs_file_direct_ops; in cifs_atomic_open()
Dcifsfs.c949 const struct file_operations cifs_file_direct_ops = { variable
Dinode.c48 inode->i_fop = &cifs_file_direct_ops;
Dfile.c478 file->f_op = &cifs_file_direct_ops; in cifs_open()