Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dsymlink_repair.c215 if (sc->ip->i_df.if_format == XFS_DINODE_FMT_LOCAL) in xrep_symlink_salvage()
333 ip_local = sc->ip->i_df.if_format == XFS_DINODE_FMT_LOCAL; in xrep_symlink_swap()
334 temp_local = sc->tempip->i_df.if_format == XFS_DINODE_FMT_LOCAL; in xrep_symlink_swap()
H A Dinode_repair.c604 dip->di_format = XFS_DINODE_FMT_LOCAL; in xrep_dinode_zap_symlink()
629 dip->di_format = XFS_DINODE_FMT_LOCAL; in xrep_dinode_zap_dir()
1061 case XFS_DINODE_FMT_LOCAL: in xrep_dinode_check_dfork()
1074 case XFS_DINODE_FMT_LOCAL: in xrep_dinode_check_dfork()
1092 case XFS_DINODE_FMT_LOCAL: in xrep_dinode_check_dfork()
1218 case XFS_DINODE_FMT_LOCAL: in xrep_dinode_check_afork()
1313 case XFS_DINODE_FMT_LOCAL: in xrep_dinode_ensure_forkoff()
1364 case XFS_DINODE_FMT_LOCAL: in xrep_dinode_ensure_forkoff()
1904 case XFS_DINODE_FMT_LOCAL: in xrep_inode_dir_size()
H A Dtempfile.c689 if (ifp->if_format == XFS_DINODE_FMT_LOCAL) in xrep_tempexch_estimate()
693 if (tifp->if_format == XFS_DINODE_FMT_LOCAL) in xrep_tempexch_estimate()
944 ASSERT(temp_ifp->if_format == XFS_DINODE_FMT_LOCAL); in xrep_tempfile_copyout_local()
945 ASSERT(ifp->if_format == XFS_DINODE_FMT_LOCAL); in xrep_tempfile_copyout_local()
H A Dattr_repair.c839 ifp->if_format = XFS_DINODE_FMT_LOCAL; in xrep_xattr_full_reset()
967 ifp->if_format = XFS_DINODE_FMT_LOCAL; in xrep_xattr_fork_remove()
1068 if (rx->sc->ip->i_af.if_format == XFS_DINODE_FMT_LOCAL) { in xrep_xattr_salvage_attributes()
1347 ip_local = sc->ip->i_af.if_format == XFS_DINODE_FMT_LOCAL; in xrep_xattr_swap()
1348 temp_local = sc->tempip->i_af.if_format == XFS_DINODE_FMT_LOCAL; in xrep_xattr_swap()
H A Dinode.c509 case XFS_DINODE_FMT_LOCAL: in xchk_dinode()
618 if (dip->di_aformat != XFS_DINODE_FMT_LOCAL && in xchk_dinode()
H A Ddir_repair.c1028 if (dp->i_df.if_format == XFS_DINODE_FMT_LOCAL) { in xrep_dir_find_entries()
1701 ip_local = sc->ip->i_df.if_format == XFS_DINODE_FMT_LOCAL; in xrep_dir_swap()
1702 temp_local = sc->tempip->i_df.if_format == XFS_DINODE_FMT_LOCAL; in xrep_dir_swap()
H A Dbmap.c1066 case XFS_DINODE_FMT_LOCAL: in xchk_bmap()
/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c405 fork_format != XFS_DINODE_FMT_LOCAL) in xfs_dinode_verify_fork()
418 fork_format != XFS_DINODE_FMT_LOCAL) in xfs_dinode_verify_fork()
428 fork_format == XFS_DINODE_FMT_LOCAL) in xfs_dinode_verify_fork()
433 case XFS_DINODE_FMT_LOCAL: in xfs_dinode_verify_fork()
500 case XFS_DINODE_FMT_LOCAL: /* fall through ... */ in xfs_dinode_verify_forkoff()
H A Dxfs_exchmaps.c151 if (ifp1->if_format == XFS_DINODE_FMT_LOCAL || in xfs_exchmaps_check_forks()
152 ifp2->if_format == XFS_DINODE_FMT_LOCAL) in xfs_exchmaps_check_forks()
496 if (ifp->if_format == XFS_DINODE_FMT_LOCAL || in xfs_exchmaps_link_to_sf()
520 ifp->if_format = XFS_DINODE_FMT_LOCAL; in xfs_exchmaps_link_to_sf()
H A Dxfs_attr.h579 return ip->i_af.if_format == XFS_DINODE_FMT_LOCAL || in xfs_attr_is_shortform()
H A Dxfs_format.h1013 XFS_DINODE_FMT_LOCAL, /* bulk data */ enumerator
1022 { XFS_DINODE_FMT_LOCAL, "local" }, \
H A Dxfs_attr_leaf.c829 ifp->if_format = XFS_DINODE_FMT_LOCAL; in xfs_attr_shortform_create()
869 ASSERT(args->dp->i_af.if_format == XFS_DINODE_FMT_LOCAL); in xfs_attr_shortform_replace()
917 ASSERT(ifp->if_format == XFS_DINODE_FMT_LOCAL); in xfs_attr_shortform_add()
1030 ASSERT(args->dp->i_af.if_format == XFS_DINODE_FMT_LOCAL); in xfs_attr_shortform_getvalue()
/linux/fs/xfs/
H A Dxfs_bmap_util.c342 case XFS_DINODE_FMT_LOCAL: in xfs_getbmap()
1188 if (ifp->if_format == XFS_DINODE_FMT_LOCAL || in xfs_swap_extents_check_format()
1189 tifp->if_format == XFS_DINODE_FMT_LOCAL) in xfs_swap_extents_check_format()
1416 ip->i_af.if_format != XFS_DINODE_FMT_LOCAL) { in xfs_swap_extent_forks()
1423 tip->i_af.if_format != XFS_DINODE_FMT_LOCAL) { in xfs_swap_extent_forks()
H A Dxfs_inode.c2426 ip->i_df.if_format != XFS_DINODE_FMT_LOCAL) || in xfs_iflush()
2475 if (ip->i_df.if_format == XFS_DINODE_FMT_LOCAL && in xfs_iflush()
2479 ip->i_af.if_format == XFS_DINODE_FMT_LOCAL && in xfs_iflush()
H A Dxfs_iomap.c2350 ASSERT(ip->i_af.if_format != XFS_DINODE_FMT_LOCAL); in xfs_xattr_iomap_begin()
H A Dxfs_trace.h2568 TRACE_DEFINE_ENUM(XFS_DINODE_FMT_LOCAL);