Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_dfrag.c144 if (ip->i_d.di_format == XFS_DINODE_FMT_LOCAL || in xfs_swap_extents_check_format()
145 tip->i_d.di_format == XFS_DINODE_FMT_LOCAL) in xfs_swap_extents_check_format()
160 if (ip->i_d.di_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
161 tip->i_d.di_format == XFS_DINODE_FMT_BTREE) in xfs_swap_extents_check_format()
165 if (tip->i_d.di_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
171 if (ip->i_d.di_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
185 if (tip->i_d.di_format == XFS_DINODE_FMT_BTREE) { in xfs_swap_extents_check_format()
195 if (ip->i_d.di_format == XFS_DINODE_FMT_BTREE) { in xfs_swap_extents_check_format()
371 tmp = (__uint64_t) ip->i_d.di_format; in xfs_swap_extents()
372 ip->i_d.di_format = tip->i_d.di_format; in xfs_swap_extents()
[all …]
Dxfs_dir2.c223 if (dp->i_d.di_format == XFS_DINODE_FMT_LOCAL) in xfs_dir_createname()
295 if (dp->i_d.di_format == XFS_DINODE_FMT_LOCAL) in xfs_dir_lookup()
351 if (dp->i_d.di_format == XFS_DINODE_FMT_LOCAL) in xfs_dir_removename()
388 if (dp->i_d.di_format == XFS_DINODE_FMT_LOCAL) in xfs_readdir()
434 if (dp->i_d.di_format == XFS_DINODE_FMT_LOCAL) in xfs_dir_replace()
479 if (dp->i_d.di_format == XFS_DINODE_FMT_LOCAL) in xfs_dir_canenter()
Dxfs_dinode.h47 __u8 di_format; /* format of di_c data */ member
144 (dip)->di_format : \
Dxfs_inode.c344 if (unlikely(dip->di_format != XFS_DINODE_FMT_DEV)) { in xfs_iformat()
356 switch (dip->di_format) { in xfs_iformat()
639 to->di_format = from->di_format; in xfs_dinode_from_disk()
675 to->di_format = from->di_format; in xfs_dinode_to_disk()
1066 ip->i_d.di_format = XFS_DINODE_FMT_DEV; in xfs_ialloc()
1121 ip->i_d.di_format = XFS_DINODE_FMT_EXTENTS; in xfs_ialloc()
1730 ip->i_d.di_format = XFS_DINODE_FMT_EXTENTS; in xfs_ifree()
2410 ASSERT(ip->i_d.di_format != XFS_DINODE_FMT_BTREE || in xfs_iflush()
2525 ASSERT(ip->i_d.di_format != XFS_DINODE_FMT_BTREE || in xfs_iflush_int()
2550 (ip->i_d.di_format != XFS_DINODE_FMT_EXTENTS) && in xfs_iflush_int()
[all …]
Dxfs_inode.h130 __int8_t di_format; /* format of di_c data */ member
194 (ip)->i_d.di_format : \
198 ((ip)->i_d.di_format = (n)) : \
Dxfs_trans_inode.c160 if (ip->i_d.di_format == XFS_DINODE_FMT_BTREE) { in xfs_trans_inode_broot_debug()
Dxfs_inode_item.c60 switch (ip->i_d.di_format) { in xfs_inode_item_size()
218 switch (ip->i_d.di_format) { in xfs_inode_item_format()
557 ASSERT(ip->i_d.di_format == XFS_DINODE_FMT_EXTENTS); in xfs_inode_item_unlock()
Dxfs_dir2_sf.c268 dp->i_d.di_format = XFS_DINODE_FMT_LOCAL; in xfs_dir2_block_to_sf()
739 if (dp->i_d.di_format == XFS_DINODE_FMT_EXTENTS) { in xfs_dir2_sf_create()
741 dp->i_d.di_format = XFS_DINODE_FMT_LOCAL; in xfs_dir2_sf_create()
Dxfs_attr_leaf.c131 switch (dp->i_d.di_format) { in xfs_attr_shortform_bytesfit()
163 switch (dp->i_d.di_format) { in xfs_attr_shortform_bytesfit()
382 (dp->i_d.di_format != XFS_DINODE_FMT_BTREE) && in xfs_attr_shortform_remove()
392 dp->i_d.di_format == XFS_DINODE_FMT_BTREE); in xfs_attr_shortform_remove()
768 (dp->i_d.di_format != XFS_DINODE_FMT_BTREE) && in xfs_attr_shortform_allfit()
809 ASSERT(dp->i_d.di_format != XFS_DINODE_FMT_BTREE); in xfs_attr_leaf_to_shortform()
Dxfs_log_recover.c2284 if ((dicp->di_format != XFS_DINODE_FMT_EXTENTS) && in xlog_recover_inode_pass2()
2285 (dicp->di_format != XFS_DINODE_FMT_BTREE)) { in xlog_recover_inode_pass2()
2297 if ((dicp->di_format != XFS_DINODE_FMT_EXTENTS) && in xlog_recover_inode_pass2()
2298 (dicp->di_format != XFS_DINODE_FMT_BTREE) && in xlog_recover_inode_pass2()
2299 (dicp->di_format != XFS_DINODE_FMT_LOCAL)) { in xlog_recover_inode_pass2()
Dxfs_iget.c510 if ((ip->i_d.di_format == XFS_DINODE_FMT_BTREE) && in xfs_ilock_map_shared()
Dxfs_itable.c117 switch (dic->di_format) { in xfs_bulkstat_one_int()
Dxfs_bmap.c3198 ip->i_d.di_format != XFS_DINODE_FMT_DEV && in xfs_bmap_forkoff_reset()
3199 ip->i_d.di_format != XFS_DINODE_FMT_UUID && in xfs_bmap_forkoff_reset()
3200 ip->i_d.di_format != XFS_DINODE_FMT_BTREE) { in xfs_bmap_forkoff_reset()
3477 switch (ip->i_d.di_format) { in xfs_bmap_add_attrfork()
3504 switch (ip->i_d.di_format) { in xfs_bmap_add_attrfork()
5513 if (ip->i_d.di_format != XFS_DINODE_FMT_EXTENTS && in xfs_getbmap()
5514 ip->i_d.di_format != XFS_DINODE_FMT_BTREE && in xfs_getbmap()
5515 ip->i_d.di_format != XFS_DINODE_FMT_LOCAL) in xfs_getbmap()
Dxfs_aops.c327 ASSERT(ip->i_d.di_format != XFS_DINODE_FMT_BTREE || in xfs_map_blocks()
Dxfs_vnodeops.c1631 ip->i_d.di_format = XFS_DINODE_FMT_LOCAL; in xfs_symlink()
Dxfs_trace.h1629 __entry->format = ip->i_d.di_format;