Searched refs:SF (Results 1 – 1 of 1) sorted by relevance
/fs/reiserfs/ |
D | procfs.c | 50 #define SF( x ) ( r -> x ) macro 51 #define SFP( x ) SF( s_proc_info_data.x ) 102 SF(s_mount_state) == REISERFS_VALID_FS ? in show_super() 118 SF(s_disk_reads), SF(s_disk_writes), SF(s_fix_nodes), in show_super() 119 SF(s_do_balance), SF(s_unneeded_left_neighbor), in show_super() 120 SF(s_good_search_by_key_reada), SF(s_bmaps), in show_super() 121 SF(s_bmaps_without_search), SF(s_direct2indirect), in show_super() 122 SF(s_indirect2direct), SFP(max_hash_collisions), SFP(breads), in show_super()
|