Searched refs:if_bytes (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_symlink_remote.c | 178 memcpy(bp->b_addr, ifp->if_u1.if_data, ifp->if_bytes); in xfs_symlink_local_to_remote() 179 xfs_trans_log_buf(tp, bp, 0, ifp->if_bytes - 1); in xfs_symlink_local_to_remote() 188 ifp->if_bytes + sizeof(struct xfs_dsymlink_hdr)); in xfs_symlink_local_to_remote() 193 buf += xfs_symlink_hdr_set(mp, ip->i_ino, 0, ifp->if_bytes, bp); in xfs_symlink_local_to_remote() 194 memcpy(buf, ifp->if_u1.if_data, ifp->if_bytes); in xfs_symlink_local_to_remote() 196 ifp->if_bytes - 1); in xfs_symlink_local_to_remote() 209 int size = ifp->if_bytes; in xfs_symlink_shortform_verify()
|
D | xfs_inode_fork.c | 60 ifp->if_bytes = size; in xfs_init_local_fork() 128 ifp->if_bytes = 0; in xfs_iformat_extents() 217 ifp->if_bytes = 0; in xfs_iformat_btree() 479 int64_t new_size = ifp->if_bytes + byte_diff; in xfs_idata_realloc() 490 ifp->if_bytes = 0; in xfs_idata_realloc() 501 ifp->if_bytes = new_size; in xfs_idata_realloc() 549 ASSERT(ifp->if_bytes > 0); in xfs_iextents_copy() 562 ASSERT(copied <= ifp->if_bytes); in xfs_iextents_copy() 609 (ifp->if_bytes > 0)) { in xfs_iflush_fork() 611 ASSERT(ifp->if_bytes <= XFS_IFORK_SIZE(ip, whichfork)); in xfs_iflush_fork() [all …]
|
D | xfs_iext_tree.c | 130 return ifp->if_bytes / sizeof(struct xfs_iext_rec); in xfs_iext_count() 584 ASSERT(ifp->if_bytes == 0); in xfs_iext_alloc_root() 599 int64_t new_size = ifp->if_bytes + sizeof(struct xfs_iext_rec); in xfs_iext_realloc_root() 607 memset(new + ifp->if_bytes, 0, new_size - ifp->if_bytes); in xfs_iext_realloc_root() 663 ifp->if_bytes += sizeof(struct xfs_iext_rec); in xfs_iext_insert() 884 ifp->if_bytes -= sizeof(struct xfs_iext_rec); in xfs_iext_remove() 1047 ifp->if_bytes = 0; in xfs_iext_destroy()
|
D | xfs_dir2_sf.c | 344 ASSERT(dp->i_df.if_bytes == 0); in xfs_dir2_block_to_sf() 383 ASSERT(dp->i_df.if_bytes == dp->i_d.di_size); in xfs_dir2_sf_addname() 729 size = ifp->if_bytes; in xfs_dir2_sf_verify() 836 ASSERT(dp->i_df.if_bytes == 0); in xfs_dir2_sf_create() 882 ASSERT(dp->i_df.if_bytes == dp->i_d.di_size); in xfs_dir2_sf_lookup() 960 ASSERT(dp->i_df.if_bytes == oldsize); in xfs_dir2_sf_removename() 1033 newsize = dp->i_df.if_bytes + (sfp->count + 1) * XFS_INO64_DIFF; in xfs_dir2_sf_replace_needblock() 1058 ASSERT(dp->i_df.if_bytes == dp->i_d.di_size); in xfs_dir2_sf_replace() 1180 oldsize = dp->i_df.if_bytes; in xfs_dir2_sf_toino4() 1253 oldsize = dp->i_df.if_bytes; in xfs_dir2_sf_toino8()
|
D | xfs_inode_fork.h | 16 int64_t if_bytes; /* bytes in if_u1 */ member
|
D | xfs_dir2_block.c | 1104 ASSERT(ifp->if_bytes == dp->i_d.di_size); in xfs_dir2_sf_to_block() 1113 sfp = kmem_alloc(ifp->if_bytes, 0); in xfs_dir2_sf_to_block() 1114 memcpy(sfp, oldsfp, ifp->if_bytes); in xfs_dir2_sf_to_block() 1116 xfs_idata_realloc(dp, -ifp->if_bytes, XFS_DATA_FORK); in xfs_dir2_sf_to_block()
|
D | xfs_attr_leaf.c | 573 dsize = dp->i_df.if_bytes; in xfs_attr_shortform_bytesfit() 584 if (!dp->i_d.di_forkoff && dp->i_df.if_bytes > in xfs_attr_shortform_bytesfit() 653 ASSERT(ifp->if_bytes == 0); in xfs_attr_shortform_create() 1027 size = ifp->if_bytes; in xfs_attr_shortform_verify()
|
D | xfs_bmap.c | 804 ASSERT(ifp->if_bytes == 0); in xfs_bmap_local_to_extents_empty() 845 if (!ifp->if_bytes) { in xfs_bmap_local_to_extents() 896 xfs_idata_realloc(ip, -ifp->if_bytes, whichfork); in xfs_bmap_local_to_extents() 1007 if (ip->i_df.if_bytes <= XFS_IFORK_DSIZE(ip)) in xfs_bmap_add_attrfork_local()
|
/Linux-v5.10/fs/xfs/ |
D | xfs_inode_item.c | 43 ip->i_df.if_bytes > 0) { in xfs_inode_item_data_fork_size() 58 ip->i_df.if_bytes > 0) { in xfs_inode_item_data_fork_size() 59 *nbytes += roundup(ip->i_df.if_bytes, 4); in xfs_inode_item_data_fork_size() 84 ip->i_afp->if_bytes > 0) { in xfs_inode_item_attr_fork_size() 99 ip->i_afp->if_bytes > 0) { in xfs_inode_item_attr_fork_size() 100 *nbytes += roundup(ip->i_afp->if_bytes, 4); in xfs_inode_item_attr_fork_size() 152 ip->i_df.if_bytes > 0) { in xfs_inode_item_format_data_fork() 161 ASSERT(data_bytes <= ip->i_df.if_bytes); in xfs_inode_item_format_data_fork() 191 ip->i_df.if_bytes > 0) { in xfs_inode_item_format_data_fork() 197 data_bytes = roundup(ip->i_df.if_bytes, 4); in xfs_inode_item_format_data_fork() [all …]
|
D | xfs_symlink.c | 449 if (ip->i_df.if_bytes) in xfs_inactive_symlink_rmt() 450 xfs_idata_realloc(ip, -ip->i_df.if_bytes, XFS_DATA_FORK); in xfs_inactive_symlink_rmt() 451 ASSERT(ip->i_df.if_bytes == 0); in xfs_inactive_symlink_rmt()
|
D | xfs_attr_list.c | 82 (dp->i_afp->if_bytes + sf->hdr.count * 16) < context->bufsize)) { in xfs_attr_shortform_list() 123 ((char *)sfe >= ((char *)sf + dp->i_afp->if_bytes)))) { in xfs_attr_shortform_list()
|
D | xfs_inode.h | 194 return ip->i_cowfp && ip->i_cowfp->if_bytes; in xfs_inode_has_cow_data()
|
D | xfs_reflink.c | 526 if (!ifp->if_bytes) in xfs_reflink_cancel_cow_blocks() 612 if (ifp->if_bytes == 0) { in xfs_reflink_end_cow_extent()
|
D | xfs_inode.c | 914 ip->i_df.if_bytes = 0; in xfs_ialloc() 1459 if (dfork->if_bytes == 0 && cfork->if_bytes == 0) in xfs_itruncate_clear_reflink_flags() 1461 if (cfork->if_bytes == 0) in xfs_itruncate_clear_reflink_flags() 2715 ip->i_df.if_bytes = 0; in xfs_ifree()
|
D | xfs_dir2_readdir.c | 61 ASSERT(dp->i_df.if_bytes == dp->i_d.di_size); in xfs_dir2_sf_getdents()
|
D | xfs_bmap_util.c | 1737 if (ip->i_cowfp && ip->i_cowfp->if_bytes) in xfs_swap_extents() 1741 if (tip->i_cowfp && tip->i_cowfp->if_bytes) in xfs_swap_extents()
|