Searched refs:hostorder (Results 1 – 3 of 3) sorted by relevance
163 struct ext2_inode_large *f, int hostorder, in ext2fs_swap_inode_full() argument171 if (hostorder && LINUX_S_ISLNK(f->i_mode)) in ext2fs_swap_inode_full()174 if (!hostorder && LINUX_S_ISLNK(t->i_mode)) in ext2fs_swap_inode_full()185 if (hostorder) in ext2fs_swap_inode_full()189 if (!hostorder) in ext2fs_swap_inode_full()192 if (hostorder && (f->i_flags & EXT4_EXTENTS_FL)) in ext2fs_swap_inode_full()195 if (!hostorder && (t->i_flags & EXT4_EXTENTS_FL)) in ext2fs_swap_inode_full()245 if (hostorder) in ext2fs_swap_inode_full()248 if (!hostorder) in ext2fs_swap_inode_full()264 if (!hostorder) in ext2fs_swap_inode_full()[all …]
1139 struct ext2_inode_large *f, int hostorder,1142 struct ext2_inode *f, int hostorder);
1284 …2_filsys @var{fs}, struct ext2_inode *@var{to}, struct ext2_inode *@var{from}, int @var{hostorder})