]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - fs/xfs/xfs_symlink.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[mirror_ubuntu-jammy-kernel.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
1fb7e48d 8/* Kernel only symlink defintions */
19de7351
DC
9
10int xfs_symlink(struct xfs_inode *dp, struct xfs_name *link_name,
11 const char *target_path, umode_t mode, struct xfs_inode **ipp);
5da8f2f8 12int xfs_readlink_bmap_ilocked(struct xfs_inode *ip, char *link);
19de7351 13int xfs_readlink(struct xfs_inode *ip, char *link);
36b21dde 14int xfs_inactive_symlink(struct xfs_inode *ip);
19de7351 15
19de7351 16#endif /* __XFS_SYMLINK_H */