Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_symlink_remote.c178 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()
Dxfs_inode_fork.c61 ifp->if_bytes = size; in xfs_init_local_fork()
127 ifp->if_bytes = 0; in xfs_iformat_extents()
213 ifp->if_bytes = 0; in xfs_iformat_btree()
488 int64_t new_size = ifp->if_bytes + byte_diff; in xfs_idata_realloc()
499 ifp->if_bytes = 0; in xfs_idata_realloc()
505 ifp->if_bytes = new_size; in xfs_idata_realloc()
552 ASSERT(ifp->if_bytes > 0); in xfs_iextents_copy()
565 ASSERT(copied <= ifp->if_bytes); in xfs_iextents_copy()
612 (ifp->if_bytes > 0)) { in xfs_iflush_fork()
614 ASSERT(ifp->if_bytes <= xfs_inode_fork_size(ip, whichfork)); in xfs_iflush_fork()
[all …]
Dxfs_dir2_sf.c344 ASSERT(dp->i_df.if_bytes == 0); in xfs_dir2_block_to_sf()
383 ASSERT(dp->i_df.if_bytes == dp->i_disk_size); in xfs_dir2_sf_addname()
729 size = ifp->if_bytes; in xfs_dir2_sf_verify()
834 ASSERT(dp->i_df.if_bytes == 0); in xfs_dir2_sf_create()
879 ASSERT(dp->i_df.if_bytes == dp->i_disk_size); in xfs_dir2_sf_lookup()
956 ASSERT(dp->i_df.if_bytes == oldsize); in xfs_dir2_sf_removename()
1029 newsize = dp->i_df.if_bytes + (sfp->count + 1) * XFS_INO64_DIFF; in xfs_dir2_sf_replace_needblock()
1054 ASSERT(dp->i_df.if_bytes == dp->i_disk_size); in xfs_dir2_sf_replace()
1176 oldsize = dp->i_df.if_bytes; in xfs_dir2_sf_toino4()
1249 oldsize = dp->i_df.if_bytes; in xfs_dir2_sf_toino8()
Dxfs_iext_tree.c130 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()
Dxfs_inode_fork.h16 int64_t if_bytes; /* bytes in if_u1 */ member
Dxfs_dir2_block.c1104 ASSERT(ifp->if_bytes == dp->i_disk_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()
Dxfs_attr_leaf.c604 dsize = dp->i_df.if_bytes; in xfs_attr_shortform_bytesfit()
615 if (!dp->i_forkoff && dp->i_df.if_bytes > in xfs_attr_shortform_bytesfit()
690 ASSERT(ifp->if_bytes == 0); in xfs_attr_shortform_create()
1059 size = ifp->if_bytes; in xfs_attr_shortform_verify()
Dxfs_bmap.c752 ASSERT(ifp->if_bytes == 0); in xfs_bmap_local_to_extents_empty()
791 if (!ifp->if_bytes) { in xfs_bmap_local_to_extents()
841 xfs_idata_realloc(ip, -ifp->if_bytes, whichfork); in xfs_bmap_local_to_extents()
954 if (ip->i_df.if_bytes <= xfs_inode_data_fork_size(ip)) in xfs_bmap_add_attrfork_local()
/linux-6.1.9/fs/xfs/
Dxfs_inode_item.c58 ip->i_df.if_bytes > 0) { in xfs_inode_item_data_fork_size()
73 ip->i_df.if_bytes > 0) { in xfs_inode_item_data_fork_size()
74 *nbytes += xlog_calc_iovec_len(ip->i_df.if_bytes); in xfs_inode_item_data_fork_size()
99 ip->i_af.if_bytes > 0) { in xfs_inode_item_attr_fork_size()
114 ip->i_af.if_bytes > 0) { in xfs_inode_item_attr_fork_size()
115 *nbytes += xlog_calc_iovec_len(ip->i_af.if_bytes); in xfs_inode_item_attr_fork_size()
167 ip->i_df.if_bytes > 0) { in xfs_inode_item_format_data_fork()
176 ASSERT(data_bytes <= ip->i_df.if_bytes); in xfs_inode_item_format_data_fork()
206 ip->i_df.if_bytes > 0) { in xfs_inode_item_format_data_fork()
211 ip->i_df.if_bytes); in xfs_inode_item_format_data_fork()
[all …]
Dxfs_symlink.c458 if (ip->i_df.if_bytes) in xfs_inactive_symlink_rmt()
459 xfs_idata_realloc(ip, -ip->i_df.if_bytes, XFS_DATA_FORK); in xfs_inactive_symlink_rmt()
460 ASSERT(ip->i_df.if_bytes == 0); in xfs_inactive_symlink_rmt()
Dxfs_attr_list.c82 (dp->i_af.if_bytes + sf->hdr.count * 16) < context->bufsize)) { in xfs_attr_shortform_list()
123 ((char *)sfe >= ((char *)sf + dp->i_af.if_bytes)))) { in xfs_attr_shortform_list()
Dxfs_inode.c878 ip->i_df.if_bytes = 0; in xfs_init_new_inode()
1298 if (dfork->if_bytes == 0 && cfork->if_bytes == 0) in xfs_itruncate_clear_reflink_flags()
1300 if (cfork->if_bytes == 0) in xfs_itruncate_clear_reflink_flags()
1668 if (cow_ifp && cow_ifp->if_bytes > 0) in xfs_inode_needs_inactive()
2303 ip->i_df.if_bytes = 0; in xfs_ifree()
Dxfs_inode.h277 return ip->i_cowfp && ip->i_cowfp->if_bytes; in xfs_inode_has_cow_data()
Dxfs_dir2_readdir.c61 ASSERT(dp->i_df.if_bytes == dp->i_disk_size); in xfs_dir2_sf_getdents()
Dxfs_reflink.c647 if (!ifp->if_bytes) in xfs_reflink_cancel_cow_blocks()
733 if (ifp->if_bytes == 0) { in xfs_reflink_end_cow_extent()
Dxfs_bmap_util.c1802 if (ip->i_cowfp && ip->i_cowfp->if_bytes) in xfs_swap_extents()
1806 if (tip->i_cowfp && tip->i_cowfp->if_bytes) in xfs_swap_extents()