Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb1ops.c711 if (!(oparms->tcon->ses->capabilities & CAP_NT_SMBS)) in cifs_open_file()
904 if (rc && (tcon->ses->capabilities & CAP_NT_SMBS)) in cifs_queryfs()
1129 .cap_nt_find = CAP_NT_SMBS | CAP_NT_FIND,
Dcifspdu.h578 #define CAP_NT_SMBS 0x00000010 /* implies CAP_NT_FIND */ macro
721 #define CAP_NT_SMBS 0x00000010 macro
Dsess.c56 capabilities = CAP_LARGE_FILES | CAP_NT_SMBS | CAP_LEVEL_II_OPLOCKS | in cifs_ssetup_hdr()