Home
last modified time | relevance | path

Searched refs:xfs_growfs_data (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_fsops.h22 extern int xfs_growfs_data(xfs_mount_t *mp, xfs_growfs_data_t *in);
Dxfs_fs.h255 typedef struct xfs_growfs_data { struct
468 #define XFS_IOC_FSGROWFSDATA _IOW ('X', 110, struct xfs_growfs_data)
Dxfs_fsops.c445 xfs_growfs_data( in xfs_growfs_data() function
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_ioctl32.c87 struct xfs_growfs_data *in, in xfs_compat_growfs_data_copyin()
600 struct xfs_growfs_data in; in xfs_file_compat_ioctl()
604 error = xfs_growfs_data(mp, &in); in xfs_file_compat_ioctl()
Dxfs_ioctl.c1496 error = xfs_growfs_data(mp, &in); in xfs_file_ioctl()