Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4session.c371 res->sr_status = 1; in nfs41_assign_slot()
H A Dnfs4trace.h139 __entry->error = res->sr_status < 0 ?
140 -res->sr_status : 0;
H A Dnfs4proc.c881 status = res->sr_status; in nfs41_sequence_process()
974 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status); in nfs41_sequence_process()
1037 res->sr_status = 1; in nfs41_sequence_res_init()
H A Dnfs4xdr.c6022 res->sr_status = status; in decode_sequence()
/linux/include/linux/
H A Dnfs_xdr.h223 int sr_status; /* sequence operation status */ member