| 
									
										
										
										
											2018-06-05 19:42:14 -07:00
										 |  |  | // SPDX-License-Identifier: GPL-2.0
 | 
					
						
							| 
									
										
										
										
											2013-04-03 16:11:18 +11:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * Copyright (c) 2012 Red Hat, Inc. All rights reserved. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #ifndef __XFS_SYMLINK_H
 | 
					
						
							|  |  |  | #define __XFS_SYMLINK_H 1
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-07 13:24:52 -08:00
										 |  |  | /* Kernel only symlink definitions */ | 
					
						
							| 
									
										
										
										
											2013-04-03 16:11:18 +11:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-21 14:19:58 +01:00
										 |  |  | int xfs_symlink(struct user_namespace *mnt_userns, struct xfs_inode *dp, | 
					
						
							|  |  |  | 		struct xfs_name *link_name, const char *target_path, | 
					
						
							|  |  |  | 		umode_t mode, struct xfs_inode **ipp); | 
					
						
							| 
									
										
										
										
											2017-06-16 11:00:15 -07:00
										 |  |  | int xfs_readlink_bmap_ilocked(struct xfs_inode *ip, char *link); | 
					
						
							| 
									
										
										
										
											2013-04-03 16:11:18 +11:00
										 |  |  | int xfs_readlink(struct xfs_inode *ip, char *link); | 
					
						
							| 
									
										
										
										
											2013-09-20 11:06:09 -04:00
										 |  |  | int xfs_inactive_symlink(struct xfs_inode *ip); | 
					
						
							| 
									
										
										
										
											2013-04-03 16:11:18 +11:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* __XFS_SYMLINK_H */
 |