Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_arch.h87 #define INT_SWAP16(type,var) ((typeof(type))(__swab16((__u16)(var)))) macro
95 ((sizeof(type) == 2) ? INT_SWAP16(type,var) : \