Home
last modified time | relevance | path

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

/linux-3.4.99/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()
171 if (ip->i_d.di_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
390 case XFS_DINODE_FMT_EXTENTS: in xfs_swap_extents()
408 case XFS_DINODE_FMT_EXTENTS: in xfs_swap_extents()
Dxfs_inode_item.c61 case XFS_DINODE_FMT_EXTENTS: in xfs_inode_item_size()
97 case XFS_DINODE_FMT_EXTENTS: in xfs_inode_item_size()
219 case XFS_DINODE_FMT_EXTENTS: in xfs_inode_item_format()
352 case XFS_DINODE_FMT_EXTENTS: in xfs_inode_item_format()
557 ASSERT(ip->i_d.di_format == XFS_DINODE_FMT_EXTENTS); in xfs_inode_item_unlock()
565 ASSERT(ip->i_d.di_aformat == XFS_DINODE_FMT_EXTENTS); in xfs_inode_item_unlock()
Dxfs_bmap.c256 return XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS && in xfs_bmap_needs_btree()
2680 XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_EXTENTS); in xfs_bmap_btree_to_extents()
3056 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS); in xfs_bmap_extents_to_btree()
3291 XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_EXTENTS); in xfs_bmap_local_to_extents()
3465 if (ip->i_d.di_aformat != XFS_DINODE_FMT_EXTENTS) { in xfs_bmap_add_attrfork()
3470 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS; in xfs_bmap_add_attrfork()
3485 case XFS_DINODE_FMT_EXTENTS: in xfs_bmap_add_attrfork()
3509 case XFS_DINODE_FMT_EXTENTS: in xfs_bmap_add_attrfork()
3787 XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS || in xfs_bmap_first_unused()
3839 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS && in xfs_bmap_last_before()
[all …]
Dxfs_dinode.h91 XFS_DINODE_FMT_EXTENTS, /* struct xfs_bmbt_rec */ enumerator
Dxfs_inode.c386 case XFS_DINODE_FMT_EXTENTS: in xfs_iformat()
430 case XFS_DINODE_FMT_EXTENTS: in xfs_iformat()
1121 ip->i_d.di_format = XFS_DINODE_FMT_EXTENTS; in xfs_ialloc()
1132 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS; in xfs_ialloc()
1730 ip->i_d.di_format = XFS_DINODE_FMT_EXTENTS; in xfs_ifree()
1731 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS; in xfs_ifree()
2187 case XFS_DINODE_FMT_EXTENTS: in xfs_iflush_fork()
2550 (ip->i_d.di_format != XFS_DINODE_FMT_EXTENTS) && in xfs_iflush_int()
2560 (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.c129 case XFS_DINODE_FMT_EXTENTS: in xfs_bulkstat_one_int()
Dxfs_attr_leaf.c164 case XFS_DINODE_FMT_EXTENTS: in xfs_attr_shortform_bytesfit()
245 if (dp->i_d.di_aformat == XFS_DINODE_FMT_EXTENTS) { in xfs_attr_shortform_create()
324 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS; in xfs_attr_fork_reset()
Dxfs_dir2_sf.c739 if (dp->i_d.di_format == XFS_DINODE_FMT_EXTENTS) { in xfs_dir2_sf_create()
Dxfs_log_recover.c2284 if ((dicp->di_format != XFS_DINODE_FMT_EXTENTS) && in xlog_recover_inode_pass2()
2297 if ((dicp->di_format != XFS_DINODE_FMT_EXTENTS) && in xlog_recover_inode_pass2()