Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_arch.h65 #define INT_SWAP32(type,var) ((typeof(type))(__swab32((__u32)(var)))) macro
71 ((sizeof(type) == 4) ? INT_SWAP32(type,var) : \