Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_dfrag.c160 if (ip->i_d.di_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
165 if (tip->i_d.di_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
170 if (ip->i_d.di_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
396 case XFS_DINODE_FMT_EXTENTS: in xfs_swap_extents()
415 case XFS_DINODE_FMT_EXTENTS: in xfs_swap_extents()
Dxfs_inode_item.c67 case XFS_DINODE_FMT_EXTENTS: in xfs_inode_item_size()
155 case XFS_DINODE_FMT_EXTENTS: in xfs_inode_item_size()
332 case XFS_DINODE_FMT_EXTENTS: in xfs_inode_item_format()
448 case XFS_DINODE_FMT_EXTENTS: in xfs_inode_item_format()
648 ASSERT(ip->i_d.di_format == XFS_DINODE_FMT_EXTENTS); in xfs_inode_item_unlock()
656 ASSERT(ip->i_d.di_aformat == XFS_DINODE_FMT_EXTENTS); in xfs_inode_item_unlock()
Dxfs_bmap.c594 if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS && in xfs_bmap_add_extent()
937 if (ip->i_d.di_format == XFS_DINODE_FMT_EXTENTS && in xfs_bmap_add_extent_delay_real()
1018 if (ip->i_d.di_format == XFS_DINODE_FMT_EXTENTS && in xfs_bmap_add_extent_delay_real()
1085 if (ip->i_d.di_format == XFS_DINODE_FMT_EXTENTS && in xfs_bmap_add_extent_delay_real()
2823 XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_EXTENTS); in xfs_bmap_btree_to_extents()
3201 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS); in xfs_bmap_extents_to_btree()
3444 XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_EXTENTS); in xfs_bmap_local_to_extents()
3620 if (ip->i_d.di_aformat != XFS_DINODE_FMT_EXTENTS) { in xfs_bmap_add_attrfork()
3625 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS; in xfs_bmap_add_attrfork()
3640 case XFS_DINODE_FMT_EXTENTS: in xfs_bmap_add_attrfork()
[all …]
Dxfs_dinode.h91 XFS_DINODE_FMT_EXTENTS, /* struct xfs_bmbt_rec */ enumerator
Dxfs_inode.c397 case XFS_DINODE_FMT_EXTENTS: in xfs_iformat()
441 case XFS_DINODE_FMT_EXTENTS: in xfs_iformat()
1140 ip->i_d.di_format = XFS_DINODE_FMT_EXTENTS; in xfs_ialloc()
1151 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS; in xfs_ialloc()
2116 ip->i_d.di_format = XFS_DINODE_FMT_EXTENTS; in xfs_ifree()
2117 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS; in xfs_ifree()
2558 case XFS_DINODE_FMT_EXTENTS: in xfs_iflush_fork()
2943 (ip->i_d.di_format != XFS_DINODE_FMT_EXTENTS) && in xfs_iflush_int()
2953 (ip->i_d.di_format != XFS_DINODE_FMT_EXTENTS) && in xfs_iflush_int()
Dxfs_attr.c107 (ip->i_d.di_aformat == XFS_DINODE_FMT_EXTENTS && in xfs_inode_hasattr()
329 ((dp->i_d.di_aformat == XFS_DINODE_FMT_EXTENTS) && in xfs_attr_set_int()
335 if (dp->i_d.di_aformat == XFS_DINODE_FMT_EXTENTS) in xfs_attr_set_int()
Dxfs_itable.c137 case XFS_DINODE_FMT_EXTENTS: in xfs_bulkstat_one_int()
Dxfs_attr_leaf.c148 case XFS_DINODE_FMT_EXTENTS: in xfs_attr_shortform_bytesfit()
229 if (dp->i_d.di_aformat == XFS_DINODE_FMT_EXTENTS) { in xfs_attr_shortform_create()
310 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS; in xfs_attr_fork_reset()
Dxfs_dir2_sf.c667 if (dp->i_d.di_format == XFS_DINODE_FMT_EXTENTS) { in xfs_dir2_sf_create()
Dxfs_log_recover.c2262 if ((dicp->di_format != XFS_DINODE_FMT_EXTENTS) && in xlog_recover_inode_pass2()
2275 if ((dicp->di_format != XFS_DINODE_FMT_EXTENTS) && in xlog_recover_inode_pass2()