Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_fsops.h25 extern int xfs_reserve_blocks(xfs_mount_t *mp, __uint64_t *inval,
Dxfs_mount.c930 error = xfs_reserve_blocks(mp, &resblks, NULL); in xfs_mountfs()
1020 error = xfs_reserve_blocks(mp, &resblks, NULL); in xfs_unmountfs()
Dxfs_super.c1109 xfs_reserve_blocks(mp, &resblks, NULL); in xfs_save_resvblks()
1123 xfs_reserve_blocks(mp, &resblks, NULL); in xfs_restore_resvblks()
Dxfs_ioctl.c1685 error = xfs_reserve_blocks(mp, &in, &inout); in xfs_file_ioctl()
1701 error = xfs_reserve_blocks(mp, NULL, &out); in xfs_file_ioctl()
Dxfs_fsops.c667 xfs_reserve_blocks( in xfs_reserve_blocks() function