Home
last modified time | relevance | path

Searched refs:e_stat (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dacl.c67 d->e_stat = le32_to_cpu(s->e_stat); in lustre_ext_acl_le_to_cpu()
76 d->e_stat = cpu_to_le32(s->e_stat); in lustre_ext_acl_cpu_to_le()
164 new->a_entries[i].e_stat = cpu_to_le32(ES_UNK); in lustre_posix_acl_xattr_2ext()
308 if (ee == NULL || le32_to_cpu(ee->e_stat) == ES_DEL) { in lustre_acl_xattr_merge2posix()
329 if (ae.e_stat != ES_DEL) { in lustre_acl_xattr_merge2posix()
341 if (ae.e_stat == ES_DEL) in lustre_acl_xattr_merge2posix()
383 if (le16_to_cpu(ext_header->a_entries[i].e_stat) != in lustre_acl_xattr_merge2posix()
467 ee->e_stat = in lustre_acl_xattr_merge2ext()
468 new->a_entries[j++].e_stat = in lustre_acl_xattr_merge2ext()
472 ee->e_stat = in lustre_acl_xattr_merge2ext()
[all …]
/drivers/staging/lustre/lustre/include/
Dlustre_eacl.h59 __u32 e_stat; member
/drivers/scsi/bnx2fc/
Dbnx2fc_els.c384 u32 e_stat; in bnx2fc_rec_compl() local
498 e_stat = ntohl(acc->reca_e_stat); in bnx2fc_rec_compl()
499 if (e_stat & ESB_ST_SEQ_INIT) { in bnx2fc_rec_compl()
504 e_stat, offset); in bnx2fc_rec_compl()
/drivers/scsi/libfc/
Dfc_exch.c758 u32 e_stat; in fc_exch_timeout() local
767 e_stat = ep->esb_stat; in fc_exch_timeout()
768 if (e_stat & ESB_ST_COMPLETE) { in fc_exch_timeout()
769 ep->esb_stat = e_stat & ~ESB_ST_REC_QUAL; in fc_exch_timeout()
771 if (e_stat & ESB_ST_REC_QUAL) in fc_exch_timeout()
775 if (e_stat & ESB_ST_ABNORMAL) in fc_exch_timeout()
Dfc_fcp.c1468 u32 e_stat; in fc_fcp_rec_resp() local
1527 e_stat = ntohl(recp->reca_e_stat); in fc_fcp_rec_resp()
1529 if (e_stat & ESB_ST_COMPLETE) { in fc_fcp_rec_resp()
1554 } else if (e_stat & ESB_ST_SEQ_INIT) { in fc_fcp_rec_resp()
/drivers/scsi/bfa/
Dbfa_fc.h472 u32 e_stat; /* exchange status */ member