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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_fsops.h22 extern int xfs_growfs_data(xfs_mount_t *mp, xfs_growfs_data_t *in);
H A Dxfs_fs.h255 typedef struct xfs_growfs_data { struct
465 #define XFS_IOC_FSGROWFSDATA _IOW ('X', 110, struct xfs_growfs_data)
H A Dxfs_fsops.c442 xfs_growfs_data( function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl32.c87 struct xfs_growfs_data *in,
597 struct xfs_growfs_data in;
601 error = xfs_growfs_data(mp, &in);
H A Dxfs_ioctl.c1467 error = xfs_growfs_data(mp, &in);

Completed in 65 milliseconds