Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_fsops.h12 extern int xfs_reserve_blocks(xfs_mount_t *mp, uint64_t *inval,
Dxfs_mount.c1024 error = xfs_reserve_blocks(mp, &resblks, NULL); in xfs_mountfs()
1128 error = xfs_reserve_blocks(mp, &resblks, NULL); in xfs_unmountfs()
Dxfs_fsops.c319 xfs_reserve_blocks( in xfs_reserve_blocks() function
Dxfs_super.c857 xfs_reserve_blocks(mp, &resblks, NULL); in xfs_save_resvblks()
871 xfs_reserve_blocks(mp, &resblks, NULL); in xfs_restore_resvblks()
Dxfs_ioctl.c2237 error = xfs_reserve_blocks(mp, &in, &inout); in xfs_file_ioctl()
2253 error = xfs_reserve_blocks(mp, NULL, &out); in xfs_file_ioctl()