Searched refs:CREATE_NO_BUFFER (Results 1 – 2 of 2) sorted by relevance
233 create_options |= CREATE_NO_BUFFER; in cifs_nt_open()735 create_options |= CREATE_NO_BUFFER; in cifs_reopen_file()
354 #define CREATE_NO_BUFFER 0x00000008 /* should not buffer on srv */ macro