Lines Matching defs:size
230 * filesystem size and inode32/inode64 mount options; i.e. specifically
965 "logbuf size must be greater than or equal to log stripe size");
972 "logbuf size for version 1 logs must be 16K or 32K");
1190 int size = 0;
1218 if (suffix_kstrtoint(param->string, 10, &size))
1220 parsing_mp->m_allocsize_log = ffs(size) - 1;
1494 * This should suffice to handle the maximum file size that the VFS
1517 * we must configure the block size in the superblock before we run the
1757 * size so that if we get remounted rw, we can return it to the same
1758 * size.
1952 * The size of the zone allocated buf log item is the maximum
1953 * size possible under XFS. This wastes a little bit of memory,