Searched refs:OP_COPY (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs4.h | 140 OP_COPY = 60, enumerator
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs4.h | 140 OP_COPY = 60, enumerator
|
/kernel/linux/linux-5.10/drivers/misc/altera-stapl/ |
H A D | altera.c | 103 OP_COPY = 0x80, enumerator 1680 case OP_COPY: { in altera_execute()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs42xdr.c | 301 encode_op_hdr(xdr, OP_COPY, decode_copy_maxsz, hdr); in encode_copy() 959 status = decode_op_hdr(xdr, OP_COPY); in decode_copy()
|
/kernel/linux/linux-6.6/drivers/misc/altera-stapl/ |
H A D | altera.c | 103 OP_COPY = 0x80, enumerator 1656 case OP_COPY: { in altera_execute()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs42xdr.c | 308 encode_op_hdr(xdr, OP_COPY, decode_copy_maxsz, hdr); in encode_copy() 900 status = decode_op_hdr(xdr, OP_COPY); in decode_copy()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4proc.c | 2295 else if (op->opnum == OP_COPY) { in check_if_stalefh_allowed() 3165 [OP_COPY] = { 3168 .op_name = "OP_COPY",
|
H A D | nfs4xdr.c | 2168 [OP_COPY] = (nfsd4_dec)nfsd4_decode_copy, 5129 [OP_COPY] = (nfsd4_enc)nfsd4_encode_copy,
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4proc.c | 2593 else if (op->opnum == OP_COPY) { in check_if_stalefh_allowed() 3503 [OP_COPY] = { 3506 .op_name = "OP_COPY",
|
H A D | nfs4xdr.c | 2397 [OP_COPY] = nfsd4_decode_copy, 5332 [OP_COPY] = nfsd4_encode_copy,
|
Completed in 32 milliseconds