Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_arch.h66 #define INT_SWAP64(type,var) ((typeof(type))(__swab64((__u64)(var)))) macro
70 ((sizeof(type) == 8) ? INT_SWAP64(type,var) : \