Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dcallback_xdr.c723 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op() argument
725 if (op_nr == OP_CB_SEQUENCE) { in preprocess_nfs41_op()
733 switch (op_nr) { in preprocess_nfs41_op()
741 *op = &callback_ops[op_nr]; in preprocess_nfs41_op()
781 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op() argument
793 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op() argument
795 __be32 status = preprocess_nfs41_op(nop, op_nr, op); in preprocess_nfs42_op()
799 if (op_nr == OP_CB_OFFLOAD) in preprocess_nfs42_op()
805 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op() argument
812 preprocess_nfs4_op(unsigned int op_nr, struct callback_op **op) in preprocess_nfs4_op() argument
[all …]