Searched refs:xfs_growfs_rt (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_rtalloc.h | 96 xfs_growfs_rt( 142 # define xfs_growfs_rt(mp,in) (ENOSYS) macro
|
H A D | xfs_ioctl32.c | 73 struct xfs_growfs_rt *in, in xfs_compat_growfs_rt_copyin() 473 struct xfs_growfs_rt in; in xfs_file_compat_ioctl() 480 error = xfs_growfs_rt(mp, &in); in xfs_file_compat_ioctl()
|
H A D | xfs_rtalloc.c | 898 xfs_growfs_rt( in xfs_growfs_rt() function
|
H A D | xfs_ioctl.c | 2300 error = xfs_growfs_rt(mp, &in); in xfs_file_ioctl()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_rtalloc.h | 101 xfs_growfs_rt( 148 # define xfs_growfs_rt(mp,in) (-ENOSYS) macro
|
H A D | xfs_ioctl32.c | 59 struct xfs_growfs_rt *in, in xfs_compat_growfs_rt_copyin() 449 struct xfs_growfs_rt in; in xfs_file_compat_ioctl() 456 error = xfs_growfs_rt(ip->i_mount, &in); in xfs_file_compat_ioctl()
|
H A D | xfs_rtalloc.c | 927 xfs_growfs_rt( in xfs_growfs_rt() function
|
H A D | xfs_ioctl.c | 2102 error = xfs_growfs_rt(mp, &in); in xfs_file_ioctl()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 318 typedef struct xfs_growfs_rt { struct 820 #define XFS_IOC_FSGROWFSRT _IOW ('X', 112, struct xfs_growfs_rt)
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 309 typedef struct xfs_growfs_rt { struct 821 #define XFS_IOC_FSGROWFSRT _IOW ('X', 112, struct xfs_growfs_rt)
|
Completed in 15 milliseconds