Home
last modified time | relevance | path

Searched refs:i_prealloc_count (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/reiserfs/
Dbitmap.c511 if (ei->i_prealloc_count < 0) in __discard_prealloc()
515 while (ei->i_prealloc_count > 0) { in __discard_prealloc()
518 ei->i_prealloc_count--; in __discard_prealloc()
534 if (ei->i_prealloc_count) in reiserfs_discard_prealloc()
548 if (!ei->i_prealloc_count) { in reiserfs_discard_all_prealloc()
1177 REISERFS_I(hint->inode)->i_prealloc_count = in allocate_without_wrapping_disk()
1278 nr_allocated + REISERFS_I(hint->inode)->i_prealloc_count) { in blocknrs_and_prealloc_arrays_from_search_start()
1285 REISERFS_I(hint->inode)->i_prealloc_count, in blocknrs_and_prealloc_arrays_from_search_start()
1293 i_prealloc_count); in blocknrs_and_prealloc_arrays_from_search_start()
1308 if (REISERFS_I(inode)->i_prealloc_count > 0) { in use_preallocated_list_if_available()
[all …]
Dfile.c54 REISERFS_I(inode)->i_prealloc_count <= 0) { in reiserfs_file_release()
Dinode.c1251 REISERFS_I(inode)->i_prealloc_count = 0; in init_inode()
2017 REISERFS_I(inode)->i_prealloc_count = 0; in reiserfs_new_inode()
3345 if (REISERFS_I(inode)->i_prealloc_count > 0) { in reiserfs_setattr()
Dreiserfs.h76 int i_prealloc_count; /* length of that sequence */ member