Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dsymlink_repair.c187 nr = min(XFS_SYMLINK_MAXLEN, xfs_inode_data_fork_size(ip)); in xrep_symlink_salvage_inline()
342 sc->tempip->i_disk_size <= xfs_inode_data_fork_size(sc->ip)) { in xrep_symlink_swap()
H A Dtempfile.c934 xfs_inode_data_fork_size(sc->ip)); in xrep_tempfile_copyout_local()
H A Ddir_repair.c1686 sc->tempip->i_disk_size <= xfs_inode_data_fork_size(sc->ip)) { in xrep_dir_swap()
/linux/fs/xfs/
H A Dxfs_inode.h139 static inline unsigned int xfs_inode_data_fork_size(struct xfs_inode *ip) in xfs_inode_data_fork_size() function
161 return xfs_inode_data_fork_size(ip); in xfs_inode_fork_size()
H A Dxfs_inode_item.c254 *nbytes += xfs_inode_data_fork_size(ip); in xfs_inode_item_data_fork_size()
/linux/fs/xfs/libxfs/
H 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()
H A Dxfs_symlink_remote.c336 if (pathlen <= xfs_inode_data_fork_size(ip)) { in xfs_symlink_write_target()
H 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()
H A Dxfs_dir2.c209 if (dp->i_disk_size > xfs_inode_data_fork_size(dp)) in xfs_dir_isempty()