Searched refs:btoc (Results 1 – 3 of 3) sorted by relevance
174 #define btoc(x) (((__psunsigned_t)(x)+(NBPC-1))>>BPCSHIFT) in BUFFER_FNS() macro195 #define btoc(x) (((__psunsigned_t)(x)+(NBPC-1))>>BPCSHIFT) in BUFFER_FNS() macro
1044 if (xfs_physmem <= btoc(128*1024*1024)) { in xlog_get_iclog_buffer_size()1046 } else if (xfs_physmem <= btoc(400*1024*1024)) { in xlog_get_iclog_buffer_size()1097 if (xfs_physmem <= btoc(32*1024*1024)) { in xlog_get_iclog_buffer_size()
817 if (xfs_physmem <= btoc(32 * 1024 * 1024)) { /* <= 32 MB */