Home
last modified time | relevance | path

Searched refs:SMB_O_CREAT (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dcifspdu.h2432 #define SMB_O_CREAT 0x10 macro
Dinode.c1939 rc = CIFSPOSIXCreate(xid, tcon, SMB_O_DIRECTORY | SMB_O_CREAT, mode,
Dfile.c237 posix_flags |= SMB_O_CREAT; in cifs_posix_convert_flags()