Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dcifsglob.h36 #define CIFS_MAGIC_NUMBER 0xFF534D42 /* the first four bytes of SMB PDUs */ macro
Dcifsfs.c136 sb->s_magic = CIFS_MAGIC_NUMBER; in cifs_read_super()
Dsmb1ops.c886 buf->f_type = CIFS_MAGIC_NUMBER; in cifs_queryfs()