Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cifs/
Dcache.c64 void *buffer, uint16_t maxbuf) in cifs_server_get_key() argument
147 uint16_t maxbuf) in cifs_super_get_key() argument
161 if (len > maxbuf) in cifs_super_get_key()
173 uint16_t maxbuf) in cifs_fscache_super_get_aux() argument
181 if (maxbuf > sizeof(auxdata)) in cifs_fscache_super_get_aux()
182 maxbuf = sizeof(auxdata); in cifs_fscache_super_get_aux()
184 memcpy(buffer, &auxdata, maxbuf); in cifs_fscache_super_get_aux()
186 return maxbuf; in cifs_fscache_super_get_aux()
230 void *buffer, uint16_t maxbuf) in cifs_fscache_inode_get_key() argument
237 if (keylen > maxbuf) in cifs_fscache_inode_get_key()
[all …]