Home
last modified time | relevance | path

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

/linux-4.1.27/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 …]
/linux-4.1.27/fs/ceph/
Dcache.c38 void *buffer, uint16_t maxbuf) in ceph_fscache_session_get_key() argument
44 if (klen > maxbuf) in ceph_fscache_session_get_key()
86 void *buffer, uint16_t maxbuf) in ceph_fscache_inode_get_key() argument
93 if (klen > maxbuf) in ceph_fscache_inode_get_key()