Home
last modified time | relevance | path

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

/fs/dlm/
Drcom.h17 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags);
Drcom.c144 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags) in dlm_rcom_status() argument
163 set_rcom_status(ls, (struct rcom_status *)rc->rc_buf, status_flags); in dlm_rcom_status()
Drecover.c127 uint32_t status_flags) in wait_status_low() argument
138 error = dlm_rcom_status(ls, nodeid, status_flags); in wait_status_low()
/fs/nfs/
Dnfs4trace.h277 __field(unsigned int, status_flags)
289 __entry->status_flags = res->sr_status_flags;
303 __entry->status_flags,
304 show_nfs4_sequence_status_flags(__entry->status_flags)
/fs/nfsd/
Dxdr4.h422 u32 status_flags; /* response */ member
Dnfs4state.c3189 seq->status_flags = SEQ4_STATUS_CB_PATH_DOWN; in nfsd4_sequence()
3192 seq->status_flags = SEQ4_STATUS_BACKCHANNEL_FAULT; in nfsd4_sequence()
3195 seq->status_flags = 0; in nfsd4_sequence()
3198 seq->status_flags |= SEQ4_STATUS_RECALLABLE_STATE_REVOKED; in nfsd4_sequence()
Dnfs4xdr.c4038 *p++ = cpu_to_be32(seq->status_flags); in nfsd4_encode_sequence()