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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dreiserfs_fs_i.h42 int i_prealloc_count; /* length of that sequence */ member in struct:reiserfs_inode_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dbitmap.c474 if (ei->i_prealloc_count < 0)
478 while (ei->i_prealloc_count > 0) {
481 ei->i_prealloc_count--;
495 if (ei->i_prealloc_count)
510 if (!ei->i_prealloc_count) {
1022 REISERFS_I(hint->inode)->i_prealloc_count =
1115 nr_allocated + REISERFS_I(hint->inode)->i_prealloc_count) {
1122 REISERFS_I(hint->inode)->i_prealloc_count,
1128 i_prealloc_count);
1142 if (REISERFS_I(inode)->i_prealloc_count >
[all...]
H A Dfile.c54 REISERFS_I(inode)->i_prealloc_count <= 0) {
H A Dinode.c1131 REISERFS_I(inode)->i_prealloc_count = 0;
1830 REISERFS_I(inode)->i_prealloc_count = 0;
3103 if (REISERFS_I(inode)->i_prealloc_count > 0) {

Completed in 109 milliseconds