Home
last modified time | relevance | path

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

/fs/crypto/
Dkeyring.c1003 u32 status_flags = 0; in do_remove_key() local
1046 status_flags |= in do_remove_key()
1068 status_flags |= in do_remove_key()
1082 err = put_user(status_flags, &uarg->removal_status_flags); in do_remove_key()
1139 arg.status_flags = 0; in fscrypt_ioctl_get_key_status()
1166 arg.status_flags |= in fscrypt_ioctl_get_key_status()
/fs/dlm/
Drcom.h15 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags);
Drcom.c142 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags) in dlm_rcom_status() argument
162 set_rcom_status(ls, (struct rcom_status *)rc->rc_buf, status_flags); in dlm_rcom_status()
Drecover.c129 uint32_t status_flags) in wait_status_low() argument
140 error = dlm_rcom_status(ls, nodeid, status_flags); in wait_status_low()
/fs/nfs/
Dnfs4trace.h428 __field(unsigned int, status_flags)
440 __entry->status_flags = res->sr_status_flags;
455 __entry->status_flags,
456 show_nfs4_sequence_status_flags(__entry->status_flags)
/fs/nfsd/
Dxdr4.h453 u32 status_flags; /* response */ member
Dnfs4state.c3841 seq->status_flags = SEQ4_STATUS_CB_PATH_DOWN; in nfsd4_sequence()
3844 seq->status_flags = SEQ4_STATUS_BACKCHANNEL_FAULT; in nfsd4_sequence()
3847 seq->status_flags = 0; in nfsd4_sequence()
3850 seq->status_flags |= SEQ4_STATUS_RECALLABLE_STATE_REVOKED; in nfsd4_sequence()
Dnfs4xdr.c4368 *p++ = cpu_to_be32(seq->status_flags); in nfsd4_encode_sequence()