Searched refs:opendata (Results 1 – 1 of 1) sorted by relevance
1882 static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata) in nfs4_try_open_cached() argument1884 struct nfs4_state *state = opendata->state; in nfs4_try_open_cached()1886 int open_mode = opendata->o_arg.open_flags; in nfs4_try_open_cached()1887 fmode_t fmode = opendata->o_arg.fmode; in nfs4_try_open_cached()1888 enum open_claim_type4 claim = opendata->o_arg.claim; in nfs4_try_open_cached()1909 nfs_release_seqid(opendata->o_arg.seqid); in nfs4_try_open_cached()1910 if (!opendata->is_recover) { in nfs4_try_open_cached()2122 struct nfs4_opendata *opendata; in nfs4_open_recoverdata_alloc() local2124 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0, in nfs4_open_recoverdata_alloc()2126 if (opendata == NULL) in nfs4_open_recoverdata_alloc()[all …]