Home
last modified time | relevance | path

Searched refs:xfs_reserve_blocks (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_fsops.h12 extern int xfs_reserve_blocks(xfs_mount_t *mp, uint64_t *inval,
H A Dxfs_mount.c1023 error = xfs_reserve_blocks(mp, &resblks, NULL); in xfs_mountfs()
1127 error = xfs_reserve_blocks(mp, &resblks, NULL); in xfs_unmountfs()
H A Dxfs_fsops.c306 * xfs_reserve_blocks is called to set m_resblks
319 xfs_reserve_blocks( in xfs_reserve_blocks() function
H A 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()
H A Dxfs_super.c857 xfs_reserve_blocks(mp, &resblks, NULL); in xfs_save_resvblks()
871 xfs_reserve_blocks(mp, &resblks, NULL); in xfs_restore_resvblks()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_fsops.h12 extern int xfs_reserve_blocks(xfs_mount_t *mp, uint64_t *inval,
H A Dxfs_mount.c978 error = xfs_reserve_blocks(mp, &resblks, NULL); in xfs_mountfs()
1094 error = xfs_reserve_blocks(mp, &resblks, NULL); in xfs_unmountfs()
H A Dxfs_fsops.c365 * xfs_reserve_blocks is called to set m_resblks
378 xfs_reserve_blocks( in xfs_reserve_blocks() function
H A Dxfs_ioctl.c2039 error = xfs_reserve_blocks(mp, &in, &inout); in xfs_file_ioctl()
2055 error = xfs_reserve_blocks(mp, NULL, &out); in xfs_file_ioctl()
H A Dxfs_super.c905 xfs_reserve_blocks(mp, &resblks, NULL); in xfs_save_resvblks()
919 xfs_reserve_blocks(mp, &resblks, NULL); in xfs_restore_resvblks()

Completed in 14 milliseconds