Searched refs:addr_bufsize (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/nfs/
H A Dnfs4namespace.c241 const size_t addr_bufsize = sizeof(struct sockaddr_storage); try_location() local
254 mountdata->addr = kmalloc(addr_bufsize, GFP_KERNEL); try_location()
268 mountdata->addr, addr_bufsize, net); try_location()
432 const size_t addr_bufsize = sizeof(struct sockaddr_storage); nfs4_try_replacing_one_location() local
439 sap = kmalloc(addr_bufsize, GFP_KERNEL); nfs4_try_replacing_one_location()
455 sap, addr_bufsize, net); nfs4_try_replacing_one_location()

Completed in 64 milliseconds