Home
last modified time | relevance | path

Searched refs:x (Results 1 – 12 of 12) sorted by relevance

/fs/exfat/
A Dplatform.h33 #define exfat_bswap16(x) bswap_16(x) argument
34 #define exfat_bswap32(x) bswap_32(x) argument
35 #define exfat_bswap64(x) bswap_64(x) argument
44 #define exfat_bswap16(x) OSSwapInt16(x) argument
45 #define exfat_bswap32(x) OSSwapInt32(x) argument
54 #define exfat_bswap16(x) bswap16(x) argument
55 #define exfat_bswap32(x) bswap32(x) argument
56 #define exfat_bswap64(x) bswap64(x) argument
64 #define exfat_bswap16(x) bswap_16(x) argument
65 #define exfat_bswap32(x) bswap_32(x) argument
[all …]
A Dexfat.h57 #define DIV_ROUND_UP(x, d) (((x) + (d) - 1) / (d)) argument
59 #define ROUND_UP(x, d) (DIV_ROUND_UP(x, d) * (d)) argument
A Dcompiler.h66 extern void CONCAT1(static_assert, __LINE__)(int x[(cond) ? 1 : -1])
/fs/zfs/
A Dzfs_sha256.c48 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
49 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument
50 #define Rot32(x, s) (((x) >> s) | ((x) << (32 - s))) argument
51 #define SIGMA0(x) (Rot32(x, 2) ^ Rot32(x, 13) ^ Rot32(x, 22)) argument
52 #define SIGMA1(x) (Rot32(x, 6) ^ Rot32(x, 11) ^ Rot32(x, 25)) argument
53 #define sigma0(x) (Rot32(x, 7) ^ Rot32(x, 18) ^ ((x) >> 3)) argument
54 #define sigma1(x) (Rot32(x, 17) ^ Rot32(x, 19) ^ ((x) >> 10)) argument
A Dzfs.c70 #define P2PHASE(x, align) ((x) & ((align) - 1)) argument
81 #define P2ALIGN(x, align) ((x) & -(align)) argument
/fs/btrfs/
A Dconv-funcs.h62 static inline struct n n##_to_disk_v(struct n x) { \
63 return *n##_to_disk(&x); \
65 static inline struct n n##_to_cpu_v(struct n x) { \
66 return *n##_to_cpu(&x); \
77 # define DEFINE_CONV_CPU_TO_LE(x) \ argument
78 (d->x) = _Generic((d->x), \
88 )((d->x));
90 # define DEFINE_CONV_LE_TO_CPU(x) \ argument
91 (d->x) = _Generic((d->x), \
101 )((d->x));
A Dvolumes.c139 #define is_parity_stripe(x) ( ((x) == BTRFS_RAID5_P_STRIPE) || ((x) == BTRFS_RAID6_Q_STRIPE) ) argument
/fs/cramfs/
A Dcramfs.c37 #define CRAMINO(x) (CRAMFS_GET_OFFSET(x) ? CRAMFS_GET_OFFSET(x)<<2 : 1) argument
38 #define OFFSET(x) ((x)->i_ino) argument
46 #define PART_OFFSET(x) ((ulong)x->offset + \ argument
47 flash_info[x->dev->id->num].start[0])
49 #define PART_OFFSET(x) ((ulong)x->offset) argument
/fs/jffs2/
A Dsummary.h25 #define JFFS2_SUMMARY_DIRENT_SIZE(x) (sizeof(struct jffs2_sum_dirent_flash) + (x)) argument
78 struct jffs2_sum_xattr_flash x; member
136 struct jffs2_sum_xattr_mem x; member
A Dcompr_lzo.c99 #define NEED_IP(x) \ argument
100 if ((lzo_uint)(ip_end - ip) < (lzo_uint)(x)) goto input_overrun
101 #define NEED_OP(x) \ argument
102 if ((lzo_uint)(op_end - op) < (lzo_uint)(x)) goto output_overrun
/fs/erofs/
A Dinternal.h241 #define IS_ROOT(x) ((x) == (x)->i_parent) argument
/fs/ubifs/
A Dsuper.c1340 long long x; in mount_ubifs() local
1621 x = (long long)c->main_lebs * c->leb_size; in mount_ubifs()
1629 x, x >> 20, c->main_lebs, in mount_ubifs()
1670 x = (long long)c->main_lebs * c->dark_wm; in mount_ubifs()
1672 x, x >> 10, x >> 20); in mount_ubifs()

Completed in 24 milliseconds