Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[linux-block.git] / fs / xfs / xfs_symlink.h
CommitLineData
0b61f8a4 1// SPDX-License-Identifier: GPL-2.0
19de7351
DC
2/*
3 * Copyright (c) 2012 Red Hat, Inc. All rights reserved.
19de7351
DC
4 */
5#ifndef __XFS_SYMLINK_H
6#define __XFS_SYMLINK_H 1
7
cf085a1b 8/* Kernel only symlink definitions */
19de7351 9
f2d40141 10int xfs_symlink(struct mnt_idmap *idmap, struct xfs_inode *dp,
f736d93d
CH
11 struct xfs_name *link_name, const char *target_path,
12 umode_t mode, struct xfs_inode **ipp);
5da8f2f8 13int xfs_readlink_bmap_ilocked(struct xfs_inode *ip, char *link);
19de7351 14int xfs_readlink(struct xfs_inode *ip, char *link);
36b21dde 15int xfs_inactive_symlink(struct xfs_inode *ip);
19de7351 16
19de7351 17#endif /* __XFS_SYMLINK_H */