Home
last modified time | relevance | path

Searched refs:xfs_growfs_log (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_fsops.h47 xfs_growfs_log(
Dxfs_fs.h272 typedef struct xfs_growfs_log { struct
495 #define XFS_IOC_FSGROWFSLOG _IOW ('X', 111, struct xfs_growfs_log)
Dxfs_fsops.c461 xfs_growfs_log( in xfs_growfs_log() function
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_ioctl.c807 error = xfs_growfs_log(mp, &in); in xfs_ioctl()