Lines Matching refs:le32_to_cpu

1083 	if (le32_to_cpu(head->num) == CEPH_CAPS_PER_RELEASE) {  in __queue_cap_release()
1088 (int)le32_to_cpu(head->num), in __queue_cap_release()
2488 int seq = le32_to_cpu(grant->seq); in handle_cap_grant()
2489 int newcaps = le32_to_cpu(grant->caps); in handle_cap_grant()
2552 inode->i_mode = le32_to_cpu(grant->mode); in handle_cap_grant()
2553 inode->i_uid = make_kuid(&init_user_ns, le32_to_cpu(grant->uid)); in handle_cap_grant()
2554 inode->i_gid = make_kgid(&init_user_ns, le32_to_cpu(grant->gid)); in handle_cap_grant()
2562 set_nlink(inode, le32_to_cpu(grant->nlink)); in handle_cap_grant()
2569 int len = le32_to_cpu(grant->xattr_len); in handle_cap_grant()
2594 le32_to_cpu(grant->time_warp_seq), in handle_cap_grant()
2603 le32_to_cpu(grant->truncate_seq), in handle_cap_grant()
2627 if (wanted != le32_to_cpu(grant->wanted)) { in handle_cap_grant()
2629 ceph_cap_string(le32_to_cpu(grant->wanted)), in handle_cap_grant()
2632 if (le32_to_cpu(grant->op) == CEPH_CAP_OP_IMPORT) in handle_cap_grant()
2684 if (le32_to_cpu(grant->op) == CEPH_CAP_OP_IMPORT) { in handle_cap_grant()
2735 unsigned seq = le32_to_cpu(m->seq); in handle_cap_flush_ack()
2736 int dirty = le32_to_cpu(m->dirty); in handle_cap_flush_ack()
2850 int seq = le32_to_cpu(trunc->seq); in handle_cap_trunc()
2851 u32 truncate_seq = le32_to_cpu(trunc->truncate_seq); in handle_cap_trunc()
2890 unsigned mseq = le32_to_cpu(ex->migrate_seq); in handle_cap_export()
2897 t_seq = le32_to_cpu(ph->seq); in handle_cap_export()
2898 t_mseq = le32_to_cpu(ph->mseq); in handle_cap_export()
2899 target = le32_to_cpu(ph->mds); in handle_cap_export()
3010 unsigned caps = le32_to_cpu(im->caps); in handle_cap_import()
3011 unsigned wanted = le32_to_cpu(im->wanted); in handle_cap_import()
3012 unsigned seq = le32_to_cpu(im->seq); in handle_cap_import()
3013 unsigned mseq = le32_to_cpu(im->migrate_seq); in handle_cap_import()
3021 peer = le32_to_cpu(ph->mds); in handle_cap_import()
3058 (ocap->seq != le32_to_cpu(ph->seq) || in handle_cap_import()
3059 ocap->mseq != le32_to_cpu(ph->mseq))) { in handle_cap_import()
3064 ocap->mseq, mds, le32_to_cpu(ph->seq), in handle_cap_import()
3065 le32_to_cpu(ph->mseq)); in handle_cap_import()
3117 op = le32_to_cpu(h->op); in ceph_handle_caps()
3121 seq = le32_to_cpu(h->seq); in ceph_handle_caps()
3122 mseq = le32_to_cpu(h->migrate_seq); in ceph_handle_caps()
3127 snaptrace_len = le32_to_cpu(h->snap_trace_len); in ceph_handle_caps()