Searched refs:opnum (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayoutdev.c | 209 if (e1->opnum != e2->opnum) in ff_ds_error_match() 210 return e1->opnum < e2->opnum ? -1 : 1; in ff_ds_error_match() 259 enum nfs_opnum4 opnum, gfp_t gfp_flags) in ff_layout_track_ds_error() argument 277 dserr->opnum = opnum; in ff_layout_track_ds_error() 515 *p++ = cpu_to_be32(err->opnum); in ff_layout_encode_ds_ioerr() 518 err->opnum); in ff_layout_encode_ds_ioerr()
|
| H A D | flexfilelayout.h | 51 enum nfs_opnum4 opnum; member 220 enum nfs_opnum4 opnum, gfp_t gfp_flags);
|
| /linux/drivers/mtd/ubi/ |
| H A D | eba.c | 945 int pnum, opnum, err, err2, vol_id = vol->vol_id; in try_write_vid_and_data() local 953 opnum = vol->eba_tbl->entries[lnum].pnum; in try_write_vid_and_data() 986 } else if (!err && opnum >= 0) { in try_write_vid_and_data() 987 err2 = ubi_wl_put_peb(ubi, vol_id, lnum, opnum, 0); in try_write_vid_and_data() 990 opnum, err2); in try_write_vid_and_data()
|
| /linux/fs/nfsd/ |
| H A D | nfs4xdr.c | 2587 if (op->opnum < FIRST_NFS4_OP) in nfsd4_opnum_in_range() 2589 else if (argp->minorversion == 0 && op->opnum > LAST_NFS40_OP) in nfsd4_opnum_in_range() 2591 else if (argp->minorversion == 1 && op->opnum > LAST_NFS41_OP) in nfsd4_opnum_in_range() 2593 else if (argp->minorversion == 2 && op->opnum > LAST_NFS42_OP) in nfsd4_opnum_in_range() 2650 if (xdr_stream_decode_u32(argp->xdr, &op->opnum) < 0) in nfsd4_decode_compound() 2654 op->status = nfsd4_dec_ops[op->opnum](argp, &op->u); in nfsd4_decode_compound() 2658 op->opnum, in nfsd4_decode_compound() 2661 op->opnum = OP_ILLEGAL; in nfsd4_decode_compound() 2671 if (op->opnum == OP_READ || op->opnum == OP_READ_PLUS) { in nfsd4_decode_compound() 2682 if (op->opnum == OP_LOCK || op->opnum == OP_LOCKT) in nfsd4_decode_compound() [all …]
|
| H A D | nfsctl.c | 1554 args->ops[j].opnum; in nfsd_nl_rpc_status_get_dumpit()
|
| /linux/include/linux/ |
| H A D | nfs_xdr.h | 400 enum nfs_opnum4 opnum; member
|
| /linux/fs/nfs/ |
| H A D | nfs42xdr.c | 472 *p = cpu_to_be32(error->opnum); in encode_device_error()
|