Home
last modified time | relevance | path

Searched refs:XFS_DINODE_FMT_LOCAL (Results 1 - 25 of 48) sorted by relevance

12

/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c346 dp->i_df.if_format = XFS_DINODE_FMT_LOCAL; in xfs_dir2_block_to_sf()
381 ASSERT(dp->i_df.if_format == XFS_DINODE_FMT_LOCAL); in xfs_dir2_sf_addname()
726 ASSERT(ifp->if_format == XFS_DINODE_FMT_LOCAL); in xfs_dir2_sf_verify()
830 dp->i_df.if_format = XFS_DINODE_FMT_LOCAL; in xfs_dir2_sf_create()
833 ASSERT(dp->i_df.if_format == XFS_DINODE_FMT_LOCAL); in xfs_dir2_sf_create()
877 ASSERT(dp->i_df.if_format == XFS_DINODE_FMT_LOCAL); in xfs_dir2_sf_lookup()
953 ASSERT(dp->i_df.if_format == XFS_DINODE_FMT_LOCAL); in xfs_dir2_sf_removename()
1025 if (dp->i_df.if_format != XFS_DINODE_FMT_LOCAL) in xfs_dir2_sf_replace_needblock()
1052 ASSERT(dp->i_df.if_format == XFS_DINODE_FMT_LOCAL); in xfs_dir2_sf_replace()
H A Dxfs_dir2.c294 if (dp->i_df.if_format == XFS_DINODE_FMT_LOCAL) { in xfs_dir_createname()
389 if (dp->i_df.if_format == XFS_DINODE_FMT_LOCAL) { in xfs_dir_lookup()
459 if (dp->i_df.if_format == XFS_DINODE_FMT_LOCAL) { in xfs_dir_removename()
520 if (dp->i_df.if_format == XFS_DINODE_FMT_LOCAL) { in xfs_dir_replace()
H A Dxfs_inode_buf.c376 fork_format != XFS_DINODE_FMT_LOCAL) in xfs_dinode_verify_fork()
381 fork_format == XFS_DINODE_FMT_LOCAL) in xfs_dinode_verify_fork()
386 case XFS_DINODE_FMT_LOCAL: in xfs_dinode_verify_fork()
425 case XFS_DINODE_FMT_LOCAL: /* fall through ... */ in xfs_dinode_verify_forkoff()
H A Dxfs_inode_fork.c252 case XFS_DINODE_FMT_LOCAL: in xfs_iformat_data_fork()
328 case XFS_DINODE_FMT_LOCAL: in xfs_iformat_attr_fork()
533 case XFS_DINODE_FMT_LOCAL: in xfs_idestroy_fork()
625 case XFS_DINODE_FMT_LOCAL: in xfs_iflush_fork()
H A Dxfs_attr.h563 return ip->i_af.if_format == XFS_DINODE_FMT_LOCAL || in xfs_attr_is_shortform()
H A Dxfs_symlink_remote.c212 ASSERT(ifp->if_format == XFS_DINODE_FMT_LOCAL); in xfs_symlink_shortform_verify()
H A Dxfs_attr_leaf.c692 ifp->if_format = XFS_DINODE_FMT_LOCAL; in xfs_attr_shortform_create()
768 ASSERT(ifp->if_format == XFS_DINODE_FMT_LOCAL); in xfs_attr_shortform_add()
891 ASSERT(ifp->if_format == XFS_DINODE_FMT_LOCAL); in xfs_attr_shortform_lookup()
918 ASSERT(args->dp->i_af.if_format == XFS_DINODE_FMT_LOCAL); in xfs_attr_shortform_getvalue()
1056 ASSERT(ip->i_af.if_format == XFS_DINODE_FMT_LOCAL); in xfs_attr_shortform_verify()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dsymlink.c54 if (ifp->if_format == XFS_DINODE_FMT_LOCAL) { in xchk_symlink()
H A Dreaddir.c288 if (dp->i_df.if_format == XFS_DINODE_FMT_LOCAL) in xchk_dir_walk()
339 if (dp->i_df.if_format == XFS_DINODE_FMT_LOCAL) { in xchk_dir_lookup()
H A Dinode.c453 case XFS_DINODE_FMT_LOCAL: in xchk_dinode()
558 if (dip->di_aformat != XFS_DINODE_FMT_LOCAL && in xchk_dinode()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_inode_item.c70 case XFS_DINODE_FMT_LOCAL: in xfs_inode_item_data_fork_size()
111 case XFS_DINODE_FMT_LOCAL: in xfs_inode_item_attr_fork_size()
201 case XFS_DINODE_FMT_LOCAL: in xfs_inode_item_format_data_fork()
284 case XFS_DINODE_FMT_LOCAL: in xfs_inode_item_format_attr_fork()
H A Dxfs_bmap_util.c456 case XFS_DINODE_FMT_LOCAL: in xfs_getbmap()
1229 if (ifp->if_format == XFS_DINODE_FMT_LOCAL || in xfs_swap_extents_check_format()
1230 tifp->if_format == XFS_DINODE_FMT_LOCAL) in xfs_swap_extents_check_format()
1441 ip->i_afp->if_format != XFS_DINODE_FMT_LOCAL) { in xfs_swap_extent_forks()
1448 tip->i_afp->if_format != XFS_DINODE_FMT_LOCAL) { in xfs_swap_extent_forks()
H A Dxfs_itable.c124 case XFS_DINODE_FMT_LOCAL: in xfs_bulkstat_one_int()
H A Dxfs_attr_inactive.c370 dp->i_afp->if_format != XFS_DINODE_FMT_LOCAL) { in xfs_attr_inactive()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2.c281 if (dp->i_df.if_format == XFS_DINODE_FMT_LOCAL) { in xfs_dir_createname()
376 if (dp->i_df.if_format == XFS_DINODE_FMT_LOCAL) { in xfs_dir_lookup()
446 if (dp->i_df.if_format == XFS_DINODE_FMT_LOCAL) { in xfs_dir_removename()
507 if (dp->i_df.if_format == XFS_DINODE_FMT_LOCAL) { in xfs_dir_replace()
H A Dxfs_inode_buf.c375 fork_format != XFS_DINODE_FMT_LOCAL) in xfs_dinode_verify_fork()
380 fork_format == XFS_DINODE_FMT_LOCAL) in xfs_dinode_verify_fork()
385 case XFS_DINODE_FMT_LOCAL: in xfs_dinode_verify_fork()
425 case XFS_DINODE_FMT_LOCAL: /* fall through ... */ in xfs_dinode_verify_forkoff()
H A Dxfs_inode_fork.c250 case XFS_DINODE_FMT_LOCAL: in xfs_iformat_data_fork()
301 case XFS_DINODE_FMT_LOCAL: in xfs_iformat_attr_fork()
518 if (ifp->if_format == XFS_DINODE_FMT_LOCAL) { in xfs_idestroy_fork()
607 case XFS_DINODE_FMT_LOCAL: in xfs_iflush_fork()
H A Dxfs_attr.c90 if (args->dp->i_afp->if_format == XFS_DINODE_FMT_LOCAL) in xfs_attr_get_ilocked()
214 return ip->i_afp->if_format == XFS_DINODE_FMT_LOCAL || in xfs_attr_is_shortform()
345 if (dp->i_afp->if_format == XFS_DINODE_FMT_LOCAL) { in xfs_has_attr()
374 } else if (dp->i_afp->if_format == XFS_DINODE_FMT_LOCAL) { in xfs_attr_remove_args()
H A Dxfs_symlink_remote.c212 ASSERT(ifp->if_format == XFS_DINODE_FMT_LOCAL); in xfs_symlink_shortform_verify()
H A Dxfs_dir2_sf.c346 dp->i_df.if_format = XFS_DINODE_FMT_LOCAL; in xfs_dir2_block_to_sf()
726 ASSERT(ifp->if_format == XFS_DINODE_FMT_LOCAL); in xfs_dir2_sf_verify()
831 dp->i_df.if_format = XFS_DINODE_FMT_LOCAL; in xfs_dir2_sf_create()
1029 if (dp->i_df.if_format != XFS_DINODE_FMT_LOCAL) in xfs_dir2_sf_replace_needblock()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_symlink.c126 if (ip->i_df.if_format == XFS_DINODE_FMT_LOCAL) { in xfs_readlink()
263 ip->i_df.if_format = XFS_DINODE_FMT_LOCAL; in xfs_symlink()
503 if (ip->i_df.if_format == XFS_DINODE_FMT_LOCAL) { in xfs_inactive_symlink()
H A Dxfs_inode_item.c218 case XFS_DINODE_FMT_LOCAL: in xfs_inode_item_data_fork_size()
259 case XFS_DINODE_FMT_LOCAL: in xfs_inode_item_attr_fork_size()
349 case XFS_DINODE_FMT_LOCAL: in xfs_inode_item_format_data_fork()
427 case XFS_DINODE_FMT_LOCAL: in xfs_inode_item_format_attr_fork()
H A Dxfs_bmap_util.c497 case XFS_DINODE_FMT_LOCAL: in xfs_getbmap()
1281 if (ifp->if_format == XFS_DINODE_FMT_LOCAL || in xfs_swap_extents_check_format()
1282 tifp->if_format == XFS_DINODE_FMT_LOCAL) in xfs_swap_extents_check_format()
1515 ip->i_af.if_format != XFS_DINODE_FMT_LOCAL) { in xfs_swap_extent_forks()
1522 tip->i_af.if_format != XFS_DINODE_FMT_LOCAL) { in xfs_swap_extent_forks()
H A Dxfs_dir2_readdir.c60 ASSERT(dp->i_df.if_format == XFS_DINODE_FMT_LOCAL); in xfs_dir2_sf_getdents()
531 if (dp->i_df.if_format == XFS_DINODE_FMT_LOCAL) in xfs_readdir()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dinode.c295 case XFS_DINODE_FMT_LOCAL: in xchk_dinode()
398 if (dip->di_aformat != XFS_DINODE_FMT_LOCAL && in xchk_dinode()

Completed in 37 milliseconds

12