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

/linux-master/include/linux/
H A Dnfs_fs.h97 struct nfs4_threshold *mdsthreshold; member in struct:nfs_open_context
H A Dnfs_xdr.h79 struct nfs4_threshold *mdsthreshold; /* pNFS threshold hints */ member in struct:nfs_fattr
/linux-master/fs/nfs/
H A Dnfs4proc.c1495 kfree(p->f_attr.mdsthreshold);
3155 struct nfs4_threshold **ctx_th = &ctx->mdsthreshold;
3183 if (!opendata->f_attr.mdsthreshold) {
3184 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
3185 if (!opendata->f_attr.mdsthreshold)
3224 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) {
3225 *ctx_th = opendata->f_attr.mdsthreshold;
3226 opendata->f_attr.mdsthreshold = NULL;
H A Dinode.c1055 ctx->mdsthreshold = NULL;
1086 kfree(ctx->mdsthreshold);
H A Dpnfs.c1831 * Use mdsthreshold hints set at each OPEN to determine if I/O should go
1852 struct nfs4_threshold *t = ctx->mdsthreshold;
3302 dprintk("%s mdsthreshold allocation failed\n", __func__);
H A Dnfs4xdr.c4761 status = decode_attr_mdsthreshold(xdr, bitmap, fattr->mdsthreshold);

Completed in 310 milliseconds