Home
last modified time | relevance | path

Searched refs:i_prealloc_list (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/fs/reiserfs/
Dbitmap.c532 list_del_init(&ei->i_prealloc_list); in __discard_prealloc()
554 i_prealloc_list); in reiserfs_discard_all_prealloc()
1181 list_add(&REISERFS_I(hint->inode)->i_prealloc_list, in allocate_without_wrapping_disk()
1325 list_del(&REISERFS_I(inode)->i_prealloc_list); in use_preallocated_list_if_available()
Dinode.c1240 INIT_LIST_HEAD(&REISERFS_I(inode)->i_prealloc_list); in init_inode()
1996 INIT_LIST_HEAD(&REISERFS_I(inode)->i_prealloc_list); in reiserfs_new_inode()
Dsuper.c663 INIT_LIST_HEAD(&ei->i_prealloc_list); in init_once()
Dreiserfs.h78 struct list_head i_prealloc_list; member
/Linux-v6.1/fs/ext4/
Dmballoc.c4105 list_for_each_entry_rcu(pa, &ei->i_prealloc_list, pa_inode_list) { in ext4_mb_normalize_request()
4145 list_for_each_entry_rcu(pa, &ei->i_prealloc_list, pa_inode_list) { in ext4_mb_normalize_request()
4373 list_for_each_entry_rcu(pa, &ei->i_prealloc_list, pa_inode_list) { in ext4_mb_use_preallocated()
4682 list_add_rcu(&pa->pa_inode_list, &ei->i_prealloc_list); in ext4_mb_new_inode_pa()
4970 while (!list_empty(&ei->i_prealloc_list) && needed) { in ext4_discard_preallocations()
4971 pa = list_entry(ei->i_prealloc_list.prev, in ext4_discard_preallocations()
5450 list_move(&pa->pa_inode_list, &ei->i_prealloc_list); in ext4_mb_release_context()
Dext4.h1123 struct list_head i_prealloc_list; member
Dsuper.c1327 INIT_LIST_HEAD(&ei->i_prealloc_list); in ext4_alloc_inode()