]> Git Repo - J-linux.git/blob - fs/xfs/xfs_symlink.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / fs / xfs / xfs_symlink.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright (c) 2012 Red Hat, Inc. All rights reserved.
4  */
5 #ifndef __XFS_SYMLINK_H
6 #define __XFS_SYMLINK_H 1
7
8 /* Kernel only symlink definitions */
9
10 int xfs_symlink(struct mnt_idmap *idmap, struct xfs_inode *dp,
11                 struct xfs_name *link_name, const char *target_path,
12                 umode_t mode, struct xfs_inode **ipp);
13 int xfs_readlink(struct xfs_inode *ip, char *link);
14 int xfs_inactive_symlink(struct xfs_inode *ip);
15
16 #endif /* __XFS_SYMLINK_H */
This page took 0.025394 seconds and 4 git commands to generate.