Searched refs:xfs_reserve_blocks (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_fsops.h | 12 extern int xfs_reserve_blocks(xfs_mount_t *mp, uint64_t *inval,
|
D | xfs_mount.c | 948 error = xfs_reserve_blocks(mp, &resblks, NULL); in xfs_mountfs() 1095 error = xfs_reserve_blocks(mp, &resblks, NULL); in xfs_unmountfs()
|
D | xfs_fsops.c | 319 xfs_reserve_blocks( in xfs_reserve_blocks() function
|
D | xfs_super.c | 1149 xfs_reserve_blocks(mp, &resblks, NULL); in xfs_save_resvblks() 1163 xfs_reserve_blocks(mp, &resblks, NULL); in xfs_restore_resvblks()
|
D | xfs_ioctl.c | 2287 error = xfs_reserve_blocks(mp, &in, &inout); in xfs_file_ioctl() 2303 error = xfs_reserve_blocks(mp, NULL, &out); in xfs_file_ioctl()
|