Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/eeprom/
Deeprom_93xx46.c26 #define OP_WRITE (OP_START | 0x1) macro
211 cmd_addr = OP_WRITE << edev->addrlen; in eeprom_93xx46_write_word()
/linux-4.19.296/include/linux/
Dnfs4.h113 OP_WRITE = 38, enumerator
/linux-4.19.296/fs/nfsd/
Dnfs4xdr.c1836 [OP_WRITE] = (nfsd4_dec)nfsd4_decode_write,
4327 [OP_WRITE] = (nfsd4_enc)nfsd4_encode_write,
Dnfs4proc.c2317 [OP_WRITE] = {
/linux-4.19.296/fs/nfs/flexfilelayout/
Dflexfilelayout.c1419 hdr->res.op_status, OP_WRITE, in ff_layout_write_done_cb()
/linux-4.19.296/fs/nfs/
Dnfs4xdr.c1731 encode_op_hdr(xdr, OP_WRITE, decode_write_maxsz, hdr); in encode_write()
5573 status = decode_op_hdr(xdr, OP_WRITE); in decode_write()
Dnfs4proc.c7798 1 << (OP_WRITE - 32)
7888 if (test_bit(OP_WRITE, sp->allow.u.longs)) { in nfs4_sp4_select_mode()