Home
last modified time | relevance | path

Searched refs:xfs_inode_data_fork_size (Results 1 – 12 of 12) sorted by relevance

/linux/fs/xfs/scrub/
A Dsymlink.c75 if (len > xfs_inode_data_fork_size(ip) || in xchk_symlink()
76 len > strnlen(ifp->if_data, xfs_inode_data_fork_size(ip))) in xchk_symlink()
A Dsymlink_repair.c186 nr = min(XFS_SYMLINK_MAXLEN, xfs_inode_data_fork_size(ip)); in xrep_symlink_salvage_inline()
341 sc->tempip->i_disk_size <= xfs_inode_data_fork_size(sc->ip)) { in xrep_symlink_swap()
A Dtempfile.c817 xfs_inode_data_fork_size(sc->ip)); in xrep_tempfile_copyout_local()
A Ddir_repair.c1680 sc->tempip->i_disk_size <= xfs_inode_data_fork_size(sc->ip)) { in xrep_dir_swap()
/linux/fs/xfs/
A Dxfs_inode.h133 static inline unsigned int xfs_inode_data_fork_size(struct xfs_inode *ip) in xfs_inode_data_fork_size() function
155 return xfs_inode_data_fork_size(ip); in xfs_inode_fork_size()
A Dxfs_inode_item.c240 *nbytes += xfs_inode_data_fork_size(ip); in xfs_inode_item_data_fork_size()
/linux/fs/xfs/libxfs/
A Dxfs_dir2_sf.c240 if (size > xfs_inode_data_fork_size(dp)) in xfs_dir2_block_sfsize()
407 if (new_isize > xfs_inode_data_fork_size(dp) || in xfs_dir2_sf_addname()
1010 sfp->i8count == 0 && newsize > xfs_inode_data_fork_size(dp); in xfs_dir2_sf_replace_needblock()
A Dxfs_symlink_remote.c334 if (pathlen <= xfs_inode_data_fork_size(ip)) { in xfs_symlink_write_target()
A Dxfs_exchmaps.c479 if (size > xfs_inode_data_fork_size(xmi->xmi_ip2)) in xfs_exchmaps_dir_to_sf()
497 ip->i_disk_size > xfs_inode_data_fork_size(ip)) in xfs_exchmaps_link_to_sf()
A Dxfs_dir2_block.c852 if (size > xfs_inode_data_fork_size(dp)) in xfs_dir2_block_removename()
1066 if (size > xfs_inode_data_fork_size(dp)) in xfs_dir2_leaf_to_block()
A Dxfs_dir2.c209 if (dp->i_disk_size > xfs_inode_data_fork_size(dp)) in xfs_dir_isempty()
A Dxfs_bmap.c899 if (xfs_bmap_bmdr_space(block) <= xfs_inode_data_fork_size(ip)) in xfs_bmap_add_attrfork_btree()
940 xfs_inode_data_fork_size(ip)) in xfs_bmap_add_attrfork_extents()
971 if (ip->i_df.if_bytes <= xfs_inode_data_fork_size(ip)) in xfs_bmap_add_attrfork_local()

Completed in 35 milliseconds