Searched refs:op_nr (Results 1 – 1 of 1) sorted by relevance
/fs/nfs/ |
D | callback_xdr.c | 757 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op() argument 759 if (op_nr == OP_CB_SEQUENCE) { in preprocess_nfs41_op() 767 switch (op_nr) { in preprocess_nfs41_op() 776 *op = &callback_ops[op_nr]; in preprocess_nfs41_op() 817 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op() argument 829 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op() argument 831 __be32 status = preprocess_nfs41_op(nop, op_nr, op); in preprocess_nfs42_op() 835 if (op_nr == OP_CB_OFFLOAD) { in preprocess_nfs42_op() 836 *op = &callback_ops[op_nr]; in preprocess_nfs42_op() 844 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op() argument [all …]
|