Lines Matching refs:hostorder
210 struct ext2_inode_large *f, int hostorder, in ext2fs_swap_inode_full() argument
220 if (hostorder && LINUX_S_ISLNK(f->i_mode)) in ext2fs_swap_inode_full()
223 if (!hostorder && LINUX_S_ISLNK(t->i_mode)) in ext2fs_swap_inode_full()
234 if (hostorder) in ext2fs_swap_inode_full()
238 if (!hostorder) in ext2fs_swap_inode_full()
241 if (hostorder && (f->i_flags & EXT4_EXTENTS_FL)) in ext2fs_swap_inode_full()
243 if (hostorder && (f->i_flags & EXT4_INLINE_DATA_FL)) in ext2fs_swap_inode_full()
246 if (!hostorder && (t->i_flags & EXT4_EXTENTS_FL)) in ext2fs_swap_inode_full()
248 if (!hostorder && (t->i_flags & EXT4_INLINE_DATA_FL)) in ext2fs_swap_inode_full()
300 if (hostorder) in ext2fs_swap_inode_full()
303 if (!hostorder) in ext2fs_swap_inode_full()
339 if (!hostorder) in ext2fs_swap_inode_full()
357 struct ext2_inode *f, int hostorder) in ext2fs_swap_inode() argument
360 (struct ext2_inode_large *) f, hostorder, in ext2fs_swap_inode()