Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsfs.h17 extern atomic_t cifs_tmpcounter;
154 #define CIFS_TMPNAME_COUNTER_LEN ((int)sizeof(cifs_tmpcounter) * 2)
H A Ddir.c1109 atomic_inc_return(&cifs_tmpcounter));
H A Dcifsfs.c128 atomic_t cifs_tmpcounter; variable