Home
last modified time | relevance | path

Searched defs:a (Results 1 – 12 of 12) sorted by relevance

/fs/jffs2/
A Dcompr_lzo.c135 #define PTR(a) ((lzo_ptr_t) (a)) argument
136 #define PTR_LINEAR(a) PTR(a) argument
137 #define PTR_ALIGNED_4(a) ((PTR_LINEAR(a) & 3) == 0) argument
138 #define PTR_ALIGNED_8(a) ((PTR_LINEAR(a) & 7) == 0) argument
139 #define PTR_ALIGNED2_4(a,b) (((PTR_LINEAR(a) | PTR_LINEAR(b)) & 3) == 0) argument
140 #define PTR_ALIGNED2_8(a,b) (((PTR_LINEAR(a) | PTR_LINEAR(b)) & 7) == 0) argument
141 #define PTR_LT(a,b) (PTR(a) < PTR(b)) argument
142 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) argument
143 #define PTR_DIFF(a,b) ((lzo_ptrdiff_t) (PTR(a) - PTR(b))) argument
144 #define pd(a,b) ((lzo_uint) ((a)-(b))) argument
/fs/exfat/
A Dcompiler.h63 #define CONCAT2(a, b) a ## b argument
64 #define CONCAT1(a, b) CONCAT2(a, b) argument
A Dlookup.c62 static int compare_char(struct exfat* ef, uint16_t a, uint16_t b) in compare_char()
67 static int compare_name(struct exfat* ef, const le16_t* a, const le16_t* b) in compare_name()
A Dcluster.c457 cluster_t* a, cluster_t* b) in find_used_clusters()
479 int exfat_find_used_sectors(const struct exfat* ef, off_t* a, off_t* b) in exfat_find_used_sectors()
A Dexfat.h54 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
55 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
/fs/btrfs/
A Dconv-funcs.h38 # define DEFINE_CONV_ALT(n,a,...) \ argument
114 # define DEFINE_CONV_ALT(n,a,...) \ argument
A Dvolumes.c921 static inline int parity_smaller(u64 a, u64 b) in parity_smaller()
/fs/zfs/
A Dzfs_fletcher.c60 uint64_t a, b, c, d; in fletcher_4_endian() local
A Dzfs_sha256.c78 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
/fs/ubifs/
A Dgc.c117 static int data_nodes_cmp(void *priv, struct list_head *a, struct list_head *b) in data_nodes_cmp()
160 static int nondata_nodes_cmp(void *priv, struct list_head *a, in nondata_nodes_cmp()
A Dkey.h51 uint32_t a = 0; in key_r5_hash() local
71 uint32_t a = 0; in key_test_hash() local
A Dreplay.c271 static int replay_entries_cmp(void *priv, struct list_head *a, in replay_entries_cmp()

Completed in 71 milliseconds