| /linux/fs/xfs/libxfs/ |
| H A D | xfs_inode_fork.h | 15 struct xfs_ifork { struct 82 static inline bool xfs_ifork_has_extents(struct xfs_ifork *ifp) in xfs_ifork_has_extents() 88 static inline xfs_extnum_t xfs_ifork_nextents(struct xfs_ifork *ifp) in xfs_ifork_nextents() 95 static inline int8_t xfs_ifork_format(struct xfs_ifork *ifp) in xfs_ifork_format() 164 struct xfs_ifork *xfs_iext_state_to_fork(struct xfs_inode *ip, int state); 170 void xfs_idestroy_fork(struct xfs_ifork *ifp); 173 struct xfs_btree_block *xfs_broot_alloc(struct xfs_ifork *ifp, 175 struct xfs_btree_block *xfs_broot_realloc(struct xfs_ifork *ifp, 184 xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp); 185 void xfs_iext_insert_raw(struct xfs_ifork *ifp, [all …]
|
| H A D | xfs_rtrefcount_btree.c | 57 struct xfs_ifork *ifp = xfs_btree_ifork_ptr(cur); in xfs_rtrefcountbt_get_minrecs() 72 struct xfs_ifork *ifp = xfs_btree_ifork_ptr(cur); in xfs_rtrefcountbt_get_maxrecs() 308 struct xfs_ifork *ifp = xfs_btree_ifork_ptr(cur); in xfs_rtrefcountbt_broot_realloc() 434 struct xfs_ifork *ifp; in xfs_rtrefcountbt_commit_staged_btree() 447 memcpy(ifp, ifake->if_fork, sizeof(struct xfs_ifork)); in xfs_rtrefcountbt_commit_staged_btree() 722 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, XFS_DATA_FORK); in xfs_iflush_rtrefcount() 744 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, XFS_DATA_FORK); in xfs_rtrefcountbt_create()
|
| H A D | xfs_btree_staging.h | 30 struct xfs_ifork *if_fork;
|
| H A D | xfs_shared.h | 14 struct xfs_ifork;
|
| H A D | xfs_exchmaps.c | 64 struct xfs_ifork *cfork; in xfs_exchmaps_ensure_cowfork() 141 struct xfs_ifork *ifp1, *ifp2; in xfs_exchmaps_check_forks() 492 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, XFS_DATA_FORK); in xfs_exchmaps_link_to_sf() 869 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xmi_ensure_delta_nextents()
|
| H A D | xfs_btree.h | 13 struct xfs_ifork; 543 struct xfs_ifork *xfs_btree_ifork_ptr(struct xfs_btree_cur *cur);
|
| /linux/fs/xfs/ |
| H A D | xfs_bmap_util.h | 13 struct xfs_ifork; 81 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count);
|
| H A D | xfs_bmap_util.c | 75 struct xfs_ifork *ifp, in xfs_bmap_count_leaves() 105 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_bmap_count_blocks() 259 struct xfs_ifork *ifp; in xfs_getbmap() 444 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_bmap_punch_delalloc_range() 1177 struct xfs_ifork *ifp = &ip->i_df; in xfs_swap_extents_check_format() 1178 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format() 1790 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, XFS_COW_FORK); in xfs_bmap_replace_cow_mapping()
|
| H A D | xfs_inode.c | 995 struct xfs_ifork *dfork; in xfs_itruncate_clear_reflink_flags() 996 struct xfs_ifork *cfork; in xfs_itruncate_clear_reflink_flags() 1114 struct xfs_ifork *ifp = xfs_ifork_ptr(dp, XFS_DATA_FORK); in xfs_inactive_dir() 1295 struct xfs_ifork *cow_ifp = xfs_ifork_ptr(ip, XFS_COW_FORK); in xfs_inode_needs_inactive() 2998 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, XFS_DATA_FORK); in xfs_inode_count_blocks()
|
| H A D | xfs_reflink.c | 664 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, XFS_COW_FORK); in xfs_reflink_cancel_cow_blocks() 833 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, XFS_COW_FORK); in xfs_reflink_end_cow_extent_locked() 1777 struct xfs_ifork *ifp; in xfs_reflink_inode_has_shared_extents()
|
| H A D | xfs_iomap.c | 237 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, XFS_DATA_FORK); in xfs_iomap_eof_align_last_fsb() 489 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_iomap_prealloc_size() 1322 struct xfs_ifork *ifp; /* inode fork pointer */ in xfs_bmap_add_extent_hole_delay() 1477 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_bmapi_reserve_delalloc()
|
| H A D | xfs_ioctl.c | 478 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_fill_fsxattr()
|
| H A D | xfs_icache.c | 1884 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_check_delalloc()
|
| H A D | xfs_super.c | 2389 sizeof(struct xfs_ifork), in xfs_init_caches()
|
| H A D | xfs_trace.h | 685 struct xfs_ifork *ifp;
|
| /linux/fs/xfs/scrub/ |
| H A D | dqiterate.c | 47 struct xfs_ifork *ifp = xfs_ifork_ptr(cursor->quota_ip, in xchk_dquot_iter_revalidate_bmap() 91 struct xfs_ifork *ifp = xfs_ifork_ptr(cursor->quota_ip, in xchk_dquot_iter_advance_bmap()
|
| H A D | bmap.c | 533 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, info->whichfork); in xchk_bmapbt_rec() 588 struct xfs_ifork *ifp = xfs_ifork_ptr(sc->ip, whichfork); in xchk_bmap_btree() 626 struct xfs_ifork *ifp; in xchk_bmap_check_rmap() 750 struct xfs_ifork *ifp = &ip->i_af; in xchk_bmap_check_empty_attrfork() 794 struct xfs_ifork *ifp = &ip->i_df; in xchk_bmap_check_empty_datafork() 963 struct xfs_ifork *ifp; in xchk_bmap_iext_iter() 1026 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xchk_bmap()
|
| H A D | tempfile.c | 676 struct xfs_ifork *ifp; in xrep_tempexch_estimate() 677 struct xfs_ifork *tifp; in xrep_tempexch_estimate() 935 struct xfs_ifork *temp_ifp; in xrep_tempfile_copyout_local() 936 struct xfs_ifork *ifp; in xrep_tempfile_copyout_local()
|
| H A D | attr_repair.c | 460 struct xfs_ifork *ifp; in xrep_xattr_recover_sf() 807 struct xfs_ifork *ifp = &sc->tempip->i_af; in xrep_xattr_full_reset() 957 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, XFS_ATTR_FORK); in xrep_xattr_fork_remove() 1320 struct xfs_ifork *ifp; in xrep_xattr_swap_prep()
|
| H A D | cow_repair.c | 502 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, XFS_COW_FORK); in xrep_cow_find_mapping() 643 struct xfs_ifork *ifp = xfs_ifork_ptr(sc->ip, XFS_COW_FORK); in xrep_bmap_cow()
|
| H A D | quota.c | 268 struct xfs_ifork *ifp; in xchk_quota_data_fork()
|
| H A D | inode_repair.c | 1668 struct xfs_ifork *ifp; in xrep_inode_blockcounts() 1853 struct xfs_ifork *ifp; in xrep_inode_blockdir_size() 1881 struct xfs_ifork *ifp; in xrep_inode_sfdir_size()
|