Searched refs:byte_order (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/befs/ |
| H A D | endian.h | 18 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in fs64_to_cpu() 27 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in cpu_to_fs64() 36 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in fs32_to_cpu() 45 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in cpu_to_fs32() 54 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in fs16_to_cpu() 63 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in cpu_to_fs16() 76 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) { in fsrun_to_cpu() 93 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) { in cpu_to_fsrun()
|
| H A D | super.c | 27 befs_sb->byte_order = BEFS_BYTESEX_LE; in befs_load_sb() 29 befs_sb->byte_order = BEFS_BYTESEX_BE; in befs_load_sb()
|
| H A D | befs.h | 36 int byte_order; member
|
| /linux/fs/freevxfs/ |
| H A D | vxfs.h | 148 enum vxfs_byte_order byte_order; member 153 if (sbi->byte_order == VXFS_BO_BE) in fs16_to_cpu() 161 if (sbi->byte_order == VXFS_BO_BE) in fs32_to_cpu() 169 if (sbi->byte_order == VXFS_BO_BE) in fs64_to_cpu()
|
| H A D | vxfs_super.c | 216 infp->byte_order = VXFS_BO_LE; in vxfs_fill_super() 220 infp->byte_order = VXFS_BO_BE; in vxfs_fill_super()
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 161 def get_format(cls, attr_type, byte_order=None): 163 if byte_order: 164 return format_.big if byte_order == "big-endian" \ 168 def as_scalar(self, attr_type, byte_order=None): 169 format_ = self.get_format(attr_type, byte_order) 172 def as_auto_scalar(self, attr_type, byte_order=None): 176 format_ = self.get_format(real_type, byte_order) 626 format_ = NlAttr.get_format(attr_type, attr.byte_order) 727 subattr = item.as_scalar(attr_spec['sub-type'], attr_spec.byte_order) 829 decoded = attr.as_auto_scalar(attr_spec['type'], attr_spec.byte_order) 138 get_format(cls, attr_type, byte_order=None) global() argument 145 as_scalar(self, attr_type, byte_order=None) global() argument 149 as_auto_scalar(self, attr_type, byte_order=None) global() argument [all...] |
| /linux/drivers/net/can/usb/ |
| H A D | gs_usb.c | 118 __le32 byte_order; member 1525 .byte_order = cpu_to_le32(0x0000beef), in gs_usb_probe()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_isr.c | 855 bool byte_order) in qla27xx_copy_multiple_pkt() argument 968 if (byte_order) in qla27xx_copy_multiple_pkt()
|