Lines Matching full:realtime
478 * we found in the realtime summary. in xfs_rtallocate_extent_near()
865 * Grow the realtime area of the filesystem.
876 xfs_rtxnum_t nrextents; /* new number of realtime extents */ in xfs_growfs_rt()
912 /* Unsupported realtime features. */ in xfs_growfs_rt()
1015 * Initialize realtime fields in the mount structure.
1031 "Filesystem has a realtime volume, use rtdev=device option"); in xfs_rtmount_init()
1039 * Check that the realtime section is an ok size. in xfs_rtmount_init()
1043 xfs_warn(mp, "realtime mount -- %llu != %llu", in xfs_rtmount_init()
1052 xfs_warn(mp, "realtime device size check failed"); in xfs_rtmount_init()
1073 * Reinitialize the number of free realtime extents from the realtime bitmap.
1190 * Pick an extent for allocation at the start of a new realtime file.
1415 xfs_rtxlen_t ralen = 0; /* realtime allocation length */ in xfs_bmap_rtalloc()