Home
last modified time | relevance | path

Searched refs:xfs_readlink_bmap_ilocked (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_symlink.h13 int xfs_readlink_bmap_ilocked(struct xfs_inode *ip, char *link);
H A Dxfs_symlink.c29 xfs_readlink_bmap_ilocked( in xfs_readlink_bmap_ilocked() function
137 error = xfs_readlink_bmap_ilocked(ip, link); in xfs_readlink()
/openbmc/linux/fs/xfs/scrub/
H A Dsymlink.c62 error = xfs_readlink_bmap_ilocked(sc->ip, sc->buf); in xchk_symlink()