Home
last modified time | relevance | path

Searched refs:btoc (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_linux.h174 #define btoc(x) (((__psunsigned_t)(x)+(NBPC-1))>>BPCSHIFT) in BUFFER_FNS() macro
195 #define btoc(x) (((__psunsigned_t)(x)+(NBPC-1))>>BPCSHIFT) in BUFFER_FNS() macro
/linux-2.4.37.9/fs/xfs/
Dxfs_log.c1044 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()
Dxfs_mount.c817 if (xfs_physmem <= btoc(32 * 1024 * 1024)) { /* <= 32 MB */