Searched refs:cl_owner_id (Results 1 - 4 of 4) sorted by path

/linux-master/fs/nfs/
H A Dnfs4client.c298 kfree(clp->cl_owner_id);
519 if (clp1->cl_owner_id == NULL || clp2->cl_owner_id == NULL)
521 return strcmp(clp1->cl_owner_id, clp2->cl_owner_id) == 0;
704 * same nfs_client from the original mount, the cl_owner_id is reused,
H A Dnfs4proc.c6327 if (clp->cl_owner_id != NULL)
6367 clp->cl_owner_id = str;
6379 if (clp->cl_owner_id != NULL)
6409 clp->cl_owner_id = str;
6497 clp->cl_owner_id);
H A Dnfs4xdr.c1745 encode_string(xdr, strlen(setclientid->sc_clnt->cl_owner_id),
1746 setclientid->sc_clnt->cl_owner_id);
1826 encode_string(xdr, strlen(args->client->cl_owner_id),
1827 args->client->cl_owner_id);
/linux-master/include/linux/
H A Dnfs_fs_sb.h88 const char * cl_owner_id; member in struct:nfs_client

Completed in 407 milliseconds