Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dsmb_fs.h58 smb_vmalloc(unsigned int size) in smb_vmalloc() function
91 #define smb_vmalloc(s) vmalloc(s) macro
/linux-2.4.37.9/fs/smbfs/
Dsock.c492 packet = smb_vmalloc(new_len); in smb_receive()
595 rcv_buf = smb_vmalloc(buf_len); in smb_receive_trans2()
Dinode.c471 server->packet = smb_vmalloc(server->packet_size); in smb_read_super()
Dproc.c938 char *buf = smb_vmalloc(len); in smb_newconn()