Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfile.c580 create_options |= CREATE_NO_BUFFER; in cifs_nt_open()
1231 create_options |= CREATE_NO_BUFFER; in cifs_reopen_file()
H A Dcifspdu.h331 #define CREATE_NO_BUFFER 0x00000008 /* should not buffer on srv */ macro