Lines Matching full:realtime
895 xfs_warn(mp, "could not allocate realtime summary cache"); in xfs_alloc_rsum_cache()
903 * Grow the realtime area of the filesystem.
914 xfs_rfsblock_t nrblocks; /* new number of realtime blocks */ in xfs_growfs_rt()
916 xfs_rtblock_t nrextents; /* new number of realtime extents */ in xfs_growfs_rt()
956 /* Unsupported realtime features. */ in xfs_growfs_rt()
1170 * Allocate an extent in the realtime subvolume, with the usual allocation
1171 * parameters. The length units are all in realtime extents, as is the
1244 * Initialize realtime fields in the mount structure.
1260 "Filesystem has a realtime volume, use rtdev=device option"); in xfs_rtmount_init()
1270 * Check that the realtime section is an ok size. in xfs_rtmount_init()
1274 xfs_warn(mp, "realtime mount -- %llu != %llu", in xfs_rtmount_init()
1283 xfs_warn(mp, "realtime device size check failed"); in xfs_rtmount_init()
1304 * Reinitialize the number of free realtime extents from the realtime bitmap.
1415 * Pick an extent for allocation at the start of a new realtime file.