Searched refs:status_flags (Results 1 – 9 of 9) sorted by relevance
| /fs/crypto/ |
| A D | keyring.c | 1085 u32 status_flags = 0; in do_remove_key() local 1128 status_flags |= in do_remove_key() 1149 status_flags |= in do_remove_key() 1163 err = put_user(status_flags, &uarg->removal_status_flags); in do_remove_key() 1219 arg.status_flags = 0; in fscrypt_ioctl_get_key_status() 1246 arg.status_flags |= in fscrypt_ioctl_get_key_status()
|
| /fs/dlm/ |
| A D | rcom.h | 15 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags,
|
| A D | recover.c | 129 uint32_t status_flags, uint64_t seq) in wait_status_low() argument 140 error = dlm_rcom_status(ls, nodeid, status_flags, seq); in wait_status_low()
|
| A D | rcom.c | 171 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags, in dlm_rcom_status() argument 193 set_rcom_status(ls, (struct rcom_status *)rc->rc_buf, status_flags); in dlm_rcom_status()
|
| /fs/nfsd/ |
| A D | trace.h | 758 TP_CONDITION(sequence->status_flags), 766 __field(unsigned long, status_flags) 778 __entry->status_flags = sequence->status_flags; 783 show_nfs4_seq4_status(__entry->status_flags)
|
| A D | xdr4.h | 580 u32 status_flags; /* response */ member
|
| A D | nfs4state.c | 4465 seq->status_flags = SEQ4_STATUS_CB_PATH_DOWN; in nfsd4_sequence() 4468 seq->status_flags = SEQ4_STATUS_BACKCHANNEL_FAULT; in nfsd4_sequence() 4471 seq->status_flags = 0; in nfsd4_sequence() 4474 seq->status_flags |= SEQ4_STATUS_RECALLABLE_STATE_REVOKED; in nfsd4_sequence() 4476 seq->status_flags |= SEQ4_STATUS_ADMIN_STATE_REVOKED; in nfsd4_sequence()
|
| A D | nfs4xdr.c | 1912 seq->status_flags = 0; in nfsd4_decode_sequence() 5089 nfserr = nfsd4_encode_uint32_t(xdr, seq->status_flags); in nfsd4_encode_sequence()
|
| /fs/nfs/ |
| A D | nfs4trace.h | 126 __field(unsigned long, status_flags) 138 __entry->status_flags = res->sr_status_flags; 153 __entry->status_flags, 154 show_nfs4_seq4_status(__entry->status_flags)
|
Completed in 54 milliseconds