Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dfile.c579 create_options |= CREATE_WRITE_THROUGH; in cifs_nt_open()
1239 create_options |= CREATE_WRITE_THROUGH; in cifs_reopen_file()
H A Dcifspdu.h369 #define CREATE_WRITE_THROUGH 0x00000002 macro