Lines Matching defs:s
45 #define _SQUASHFS_SWAP_SUPER_BLOCK(s, d, SWAP_FUNC) {\ argument
67 #define _SQUASHFS_SWAP_DIR_INDEX(s, d, SWAP_FUNC) {\ argument
73 #define _SQUASHFS_SWAP_BASE_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
82 #define _SQUASHFS_SWAP_IPC_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
92 #define _SQUASHFS_SWAP_LIPC_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
103 #define _SQUASHFS_SWAP_DEV_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
114 #define _SQUASHFS_SWAP_LDEV_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
126 #define _SQUASHFS_SWAP_SYMLINK_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
137 #define _SQUASHFS_SWAP_REG_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
150 #define _SQUASHFS_SWAP_LREG_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
166 #define _SQUASHFS_SWAP_DIR_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
180 #define _SQUASHFS_SWAP_LDIR_INODE_HEADER(s, d, SWAP_FUNC) {\ argument
196 #define _SQUASHFS_SWAP_DIR_ENTRY(s, d, SWAP_FUNC) {\ argument
203 #define _SQUASHFS_SWAP_DIR_HEADER(s, d, SWAP_FUNC) {\ argument
209 #define _SQUASHFS_SWAP_FRAGMENT_ENTRY(s, d, SWAP_FUNC) {\ argument
214 #define _SQUASHFS_SWAP_XATTR_ENTRY(s, d, SWAP_FUNC) {\ argument
219 #define _SQUASHFS_SWAP_XATTR_VAL(s, d, SWAP_FUNC) {\ argument
223 #define _SQUASHFS_SWAP_XATTR_ID(s, d, SWAP_FUNC) {\ argument
229 #define _SQUASHFS_SWAP_XATTR_TABLE(s, d, SWAP_FUNC) {\ argument
235 #define SQUASHFS_SWAP_SUPER_BLOCK(s, d) \ argument
237 #define SQUASHFS_SWAP_DIR_INDEX(s, d) \ argument
239 #define SQUASHFS_SWAP_BASE_INODE_HEADER(s, d) \ argument
241 #define SQUASHFS_SWAP_IPC_INODE_HEADER(s, d) \ argument
243 #define SQUASHFS_SWAP_LIPC_INODE_HEADER(s, d) \ argument
245 #define SQUASHFS_SWAP_DEV_INODE_HEADER(s, d) \ argument
247 #define SQUASHFS_SWAP_LDEV_INODE_HEADER(s, d) \ argument
249 #define SQUASHFS_SWAP_SYMLINK_INODE_HEADER(s, d) \ argument
251 #define SQUASHFS_SWAP_REG_INODE_HEADER(s, d) \ argument
253 #define SQUASHFS_SWAP_LREG_INODE_HEADER(s, d) \ argument
255 #define SQUASHFS_SWAP_DIR_INODE_HEADER(s, d) \ argument
257 #define SQUASHFS_SWAP_LDIR_INODE_HEADER(s, d) \ argument
259 #define SQUASHFS_SWAP_DIR_ENTRY(s, d) \ argument
261 #define SQUASHFS_SWAP_DIR_HEADER(s, d) \ argument
263 #define SQUASHFS_SWAP_FRAGMENT_ENTRY(s, d) \ argument
265 #define SQUASHFS_SWAP_XATTR_ENTRY(s, d) \ argument
267 #define SQUASHFS_SWAP_XATTR_VAL(s, d) \ argument
269 #define SQUASHFS_SWAP_XATTR_ID(s, d) \ argument
271 #define SQUASHFS_SWAP_XATTR_TABLE(s, d) \ argument
273 #define SWAP_LE(bits, s, d, field, type) \ argument
276 #define SWAP_LES(bits, s, d, field, type) \ argument
278 #define SQUASHFS_SWAP_INODE_T(s, d) SQUASHFS_SWAP_LONG_LONGS(s, d, 1) argument
279 #define SQUASHFS_SWAP_FRAGMENT_INDEXES(s, d, n) \ argument
281 #define SQUASHFS_SWAP_LOOKUP_BLOCKS(s, d, n) SQUASHFS_SWAP_LONG_LONGS(s, d, n) argument
282 #define SQUASHFS_SWAP_ID_BLOCKS(s, d, n) SQUASHFS_SWAP_LONG_LONGS(s, d, n) argument
284 #define SQUASHFS_SWAP_SHORTS(s, d, n) swap_le16_num(s, d, n) argument
285 #define SQUASHFS_SWAP_INTS(s, d, n) swap_le32_num(s, d, n) argument
286 #define SQUASHFS_SWAP_LONG_LONGS(s, d, n) swap_le64_num(s, d, n) argument
288 #define SWAP_LE16(s, d) swap_le16(s, d) argument
289 #define SWAP_LE32(s, d) swap_le32(s, d) argument
290 #define SWAP_LE64(s, d) swap_le64(s, d) argument
293 #define SQUASHFS_INSWAP_SUPER_BLOCK(s) \ argument
295 #define SQUASHFS_INSWAP_DIR_INDEX(s) \ argument
297 #define SQUASHFS_INSWAP_BASE_INODE_HEADER(s) \ argument
299 #define SQUASHFS_INSWAP_IPC_INODE_HEADER(s) \ argument
301 #define SQUASHFS_INSWAP_LIPC_INODE_HEADER(s) \ argument
303 #define SQUASHFS_INSWAP_DEV_INODE_HEADER(s) \ argument
305 #define SQUASHFS_INSWAP_LDEV_INODE_HEADER(s) \ argument
307 #define SQUASHFS_INSWAP_SYMLINK_INODE_HEADER(s) \ argument
309 #define SQUASHFS_INSWAP_REG_INODE_HEADER(s) \ argument
311 #define SQUASHFS_INSWAP_LREG_INODE_HEADER(s) \ argument
313 #define SQUASHFS_INSWAP_DIR_INODE_HEADER(s) \ argument
315 #define SQUASHFS_INSWAP_LDIR_INODE_HEADER(s) \ argument
317 #define SQUASHFS_INSWAP_DIR_ENTRY(s) \ argument
319 #define SQUASHFS_INSWAP_DIR_HEADER(s) \ argument
321 #define SQUASHFS_INSWAP_FRAGMENT_ENTRY(s) \ argument
323 #define SQUASHFS_INSWAP_XATTR_ENTRY(s) \ argument
325 #define SQUASHFS_INSWAP_XATTR_VAL(s) \ argument
327 #define SQUASHFS_INSWAP_XATTR_ID(s) \ argument
329 #define SQUASHFS_INSWAP_XATTR_TABLE(s) \ argument
331 #define INSWAP_LE(bits, s, d, field, type) \ argument
333 #define INSWAP_LES(bits, s, d, field, type) \ argument
337 #define SQUASHFS_INSWAP_INODE_T(s) s = inswap_le64(s) argument
338 #define SQUASHFS_INSWAP_FRAGMENT_INDEXES(s, n) inswap_le64_num(s, n) argument
339 #define SQUASHFS_INSWAP_LOOKUP_BLOCKS(s, n) inswap_le64_num(s, n) argument
340 #define SQUASHFS_INSWAP_ID_BLOCKS(s, n) inswap_le64_num(s, n) argument
341 #define SQUASHFS_INSWAP_SHORTS(s, n) inswap_le16_num(s, n) argument
342 #define SQUASHFS_INSWAP_INTS(s, n) inswap_le32_num(s, n) argument
343 #define SQUASHFS_INSWAP_LONG_LONGS(s, n) inswap_le64_num(s, n) argument
346 #define SQUASHFS_SWAP_SUPER_BLOCK(s, d) \ argument
348 #define SQUASHFS_SWAP_DIR_INDEX(s, d) \ argument
350 #define SQUASHFS_SWAP_BASE_INODE_HEADER(s, d) \ argument
352 #define SQUASHFS_SWAP_IPC_INODE_HEADER(s, d) \ argument
354 #define SQUASHFS_SWAP_LIPC_INODE_HEADER(s, d) \ argument
356 #define SQUASHFS_SWAP_DEV_INODE_HEADER(s, d) \ argument
358 #define SQUASHFS_SWAP_LDEV_INODE_HEADER(s, d) \ argument
360 #define SQUASHFS_SWAP_SYMLINK_INODE_HEADER(s, d) \ argument
362 #define SQUASHFS_SWAP_REG_INODE_HEADER(s, d) \ argument
364 #define SQUASHFS_SWAP_LREG_INODE_HEADER(s, d) \ argument
366 #define SQUASHFS_SWAP_DIR_INODE_HEADER(s, d) \ argument
368 #define SQUASHFS_SWAP_LDIR_INODE_HEADER(s, d) \ argument
370 #define SQUASHFS_SWAP_DIR_ENTRY(s, d) \ argument
372 #define SQUASHFS_SWAP_DIR_HEADER(s, d) \ argument
374 #define SQUASHFS_SWAP_FRAGMENT_ENTRY(s, d) \ argument
376 #define SQUASHFS_SWAP_XATTR_ENTRY(s, d) \ argument
378 #define SQUASHFS_SWAP_XATTR_VAL(s, d) \ argument
380 #define SQUASHFS_SWAP_XATTR_ID(s, d) \ argument
382 #define SQUASHFS_SWAP_XATTR_TABLE(s, d) \ argument
384 #define SQUASHFS_SWAP_INODE_T(s, d) SQUASHFS_SWAP_LONG_LONGS(s, d, 1) argument
385 #define SQUASHFS_SWAP_FRAGMENT_INDEXES(s, d, n) \ argument
387 #define SQUASHFS_SWAP_LOOKUP_BLOCKS(s, d, n) SQUASHFS_SWAP_LONG_LONGS(s, d, n) argument
388 #define SQUASHFS_SWAP_ID_BLOCKS(s, d, n) SQUASHFS_SWAP_LONG_LONGS(s, d, n) argument
390 #define SQUASHFS_MEMCPY(s, d, n) memcpy(d, s, n) argument
391 #define SQUASHFS_SWAP_SHORTS(s, d, n) memcpy(d, s, n * sizeof(short)) argument
392 #define SQUASHFS_SWAP_INTS(s, d, n) memcpy(d, s, n * sizeof(int)) argument
393 #define SQUASHFS_SWAP_LONG_LONGS(s, d, n) \ argument
397 #define SQUASHFS_INSWAP_SUPER_BLOCK(s) argument
398 #define SQUASHFS_INSWAP_DIR_INDEX(s) argument
399 #define SQUASHFS_INSWAP_BASE_INODE_HEADER(s) argument
400 #define SQUASHFS_INSWAP_IPC_INODE_HEADER(s) argument
401 #define SQUASHFS_INSWAP_LIPC_INODE_HEADER(s) argument
402 #define SQUASHFS_INSWAP_DEV_INODE_HEADER(s) argument
403 #define SQUASHFS_INSWAP_LDEV_INODE_HEADER(s) argument
404 #define SQUASHFS_INSWAP_SYMLINK_INODE_HEADER(s) argument
405 #define SQUASHFS_INSWAP_REG_INODE_HEADER(s) argument
406 #define SQUASHFS_INSWAP_LREG_INODE_HEADER(s) argument
407 #define SQUASHFS_INSWAP_DIR_INODE_HEADER(s) argument
408 #define SQUASHFS_INSWAP_LDIR_INODE_HEADER(s) argument
409 #define SQUASHFS_INSWAP_DIR_ENTRY(s) argument
410 #define SQUASHFS_INSWAP_DIR_HEADER(s) argument
411 #define SQUASHFS_INSWAP_FRAGMENT_ENTRY(s) argument
412 #define SQUASHFS_INSWAP_XATTR_ENTRY(s) argument
413 #define SQUASHFS_INSWAP_XATTR_VAL(s) argument
414 #define SQUASHFS_INSWAP_XATTR_ID(s) argument
415 #define SQUASHFS_INSWAP_XATTR_TABLE(s) argument
416 #define SQUASHFS_INSWAP_INODE_T(s) argument
417 #define SQUASHFS_INSWAP_FRAGMENT_INDEXES(s, n) argument
418 #define SQUASHFS_INSWAP_LOOKUP_BLOCKS(s, n) argument
419 #define SQUASHFS_INSWAP_ID_BLOCKS(s, n) argument
420 #define SQUASHFS_INSWAP_SHORTS(s, n) argument
421 #define SQUASHFS_INSWAP_INTS(s, n) argument
422 #define SQUASHFS_INSWAP_LONG_LONGS(s, n) argument