Searched refs:status_flags (Results 1 – 8 of 8) sorted by relevance
/fs/crypto/ |
D | keyring.c | 1003 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/ |
D | rcom.h | 15 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags);
|
D | rcom.c | 142 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()
|
D | recover.c | 129 uint32_t status_flags) in wait_status_low() argument 140 error = dlm_rcom_status(ls, nodeid, status_flags); in wait_status_low()
|
/fs/nfs/ |
D | nfs4trace.h | 428 __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/ |
D | xdr4.h | 453 u32 status_flags; /* response */ member
|
D | nfs4state.c | 3841 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()
|
D | nfs4xdr.c | 4368 *p++ = cpu_to_be32(seq->status_flags); in nfsd4_encode_sequence()
|