Lines Matching refs:id
53 nfs4_print_deviceid(const struct nfs4_deviceid *id) in nfs4_print_deviceid() argument
55 u32 *p = (u32 *)id; in nfs4_print_deviceid()
64 nfs4_deviceid_hash(const struct nfs4_deviceid *id) in nfs4_deviceid_hash() argument
66 unsigned char *cptr = (unsigned char *)id->data; in nfs4_deviceid_hash()
79 const struct nfs_client *clp, const struct nfs4_deviceid *id, in _lookup_deviceid() argument
86 !memcmp(&d->deviceid, id, sizeof(*id))) { in _lookup_deviceid()
134 pdev->layout_type = server->pnfs_curr_ld->id; in nfs4_get_device_info()
173 const struct nfs4_deviceid *id, long hash) in __nfs4_find_get_deviceid() argument
178 d = _lookup_deviceid(server->pnfs_curr_ld, server->nfs_client, id, in __nfs4_find_get_deviceid()
188 const struct nfs4_deviceid *id, struct rpc_cred *cred, in nfs4_find_get_deviceid() argument
191 long hash = nfs4_deviceid_hash(id); in nfs4_find_get_deviceid()
194 d = __nfs4_find_get_deviceid(server, id, hash); in nfs4_find_get_deviceid()
198 new = nfs4_get_device_info(server, id, cred, gfp_mask); in nfs4_find_get_deviceid()
203 d = __nfs4_find_get_deviceid(server, id, hash); in nfs4_find_get_deviceid()
227 const struct nfs_client *clp, const struct nfs4_deviceid *id) in nfs4_delete_deviceid() argument
233 d = _lookup_deviceid(ld, clp, id, nfs4_deviceid_hash(id)); in nfs4_delete_deviceid()
250 const struct nfs4_deviceid *id) in nfs4_init_deviceid_node() argument
257 d->deviceid = *id; in nfs4_init_deviceid_node()