Home
last modified time | relevance | path

Searched refs:cl_owner_id (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/nfs/
Dnfs4client.c231 kfree(clp->cl_owner_id); in nfs4_shutdown_client()
459 if (clp1->cl_owner_id == NULL || clp2->cl_owner_id == NULL) in nfs4_match_client_owner_id()
461 return strcmp(clp1->cl_owner_id, clp2->cl_owner_id) == 0; in nfs4_match_client_owner_id()
Dnfs4proc.c4974 if (clp->cl_owner_id != NULL) in nfs4_init_nonuniform_client_string()
4975 return strlcpy(buf, clp->cl_owner_id, len); in nfs4_init_nonuniform_client_string()
4985 clp->cl_owner_id = kstrdup(buf, GFP_KERNEL); in nfs4_init_nonuniform_client_string()
4996 if (clp->cl_owner_id != NULL) in nfs4_init_uniform_client_string()
4997 return strlcpy(buf, clp->cl_owner_id, len); in nfs4_init_uniform_client_string()
5009 clp->cl_owner_id = kstrdup(buf, GFP_KERNEL); in nfs4_init_uniform_client_string()
/linux-4.1.27/include/linux/
Dnfs_fs_sb.h78 const char * cl_owner_id; member