Home
last modified time | relevance | path

Searched refs:xfs_link_space_res (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_trans_space.c55 xfs_link_space_res( in xfs_link_space_res() function
H A Dxfs_metadir.c337 resblks = xfs_link_space_res(mp, MAXNAMELEN); in xfs_metadir_start_link()
400 resblks = xfs_link_space_res(mp, xname.len); in xfs_metadir_link()
H A Dxfs_trans_space.h115 unsigned int xfs_link_space_res(struct xfs_mount *mp, unsigned int namelen);
/linux-6.15/fs/xfs/scrub/
H A Dmetapath.c651 mpath->link_resblks = xfs_link_space_res(mp, MAXNAMELEN); in xrep_metapath()
H A Dorphanage.c334 adopt->orphanage_blkres = xfs_link_space_res(mp, MAXNAMELEN); in xrep_adoption_trans_alloc()
H A Ddir_repair.c750 resblks = xfs_link_space_res(mp, xname->len); in xrep_dir_replay_update()
/linux-6.15/fs/xfs/
H A Dxfs_inode.c917 resblks = xfs_link_space_res(mp, target_name->len); in xfs_link()