Home
last modified time | relevance | path

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

/fs/
Dfile_table.c106 static long old_max; in get_empty_filp() local
144 if (get_nr_files() > old_max) { in get_empty_filp()
146 old_max = get_nr_files(); in get_empty_filp()
Dchar_dev.c122 int old_max = (*cp)->baseminor + (*cp)->minorct - 1; in __register_chrdev_region() local
127 if (new_max >= old_min && new_max <= old_max) { in __register_chrdev_region()
133 if (new_min <= old_max && new_min >= old_min) { in __register_chrdev_region()
/fs/reiserfs/
Dobjectid.c184 int old_max = sb_oid_maxsize(disk_sb); in reiserfs_convert_objectid_map_v1() local
204 objectid_map[i + (old_max - new_size)] = objectid_map[i]; in reiserfs_convert_objectid_map_v1()