Home
last modified time | relevance | path

Searched refs:CREATE_NO_BUFFER (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/cifs/
Dfile.c233 create_options |= CREATE_NO_BUFFER; in cifs_nt_open()
735 create_options |= CREATE_NO_BUFFER; in cifs_reopen_file()
Dcifspdu.h354 #define CREATE_NO_BUFFER 0x00000008 /* should not buffer on srv */ macro