Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_trans_space.c70 xfs_link_space_res( in xfs_link_space_res() function
H A Dxfs_trans_space.h115 unsigned int xfs_link_space_res(struct xfs_mount *mp, unsigned int namelen);
/linux/fs/xfs/scrub/
H A Dmetapath.c732 mpath->link_resblks = xfs_link_space_res(mp, MAXNAMELEN); in xrep_metapath()
H A Ddir_repair.c760 resblks = xfs_link_space_res(mp, xname->len); in xrep_dir_replay_update()
/linux/fs/xfs/
H A Dxfs_inode.c940 resblks = xfs_link_space_res(mp, target_name->len); in xfs_link()