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

/linux-master/fs/reiserfs/
H A Dbitmap.c511 if (ei->i_prealloc_count < 0)
515 while (ei->i_prealloc_count > 0) {
525 ei->i_prealloc_count--;
542 if (ei->i_prealloc_count)
556 if (!ei->i_prealloc_count) {
1185 REISERFS_I(hint->inode)->i_prealloc_count =
1286 nr_allocated + REISERFS_I(hint->inode)->i_prealloc_count) {
1293 REISERFS_I(hint->inode)->i_prealloc_count,
1301 i_prealloc_count);
1316 if (REISERFS_I(inode)->i_prealloc_count >
[all...]
H A Dfile.c48 REISERFS_I(inode)->i_prealloc_count <= 0) {
H A Dinode.c1243 REISERFS_I(inode)->i_prealloc_count = 0;
1993 REISERFS_I(inode)->i_prealloc_count = 0;
3299 if (REISERFS_I(inode)->i_prealloc_count > 0) {
H A Dreiserfs.h75 int i_prealloc_count; /* length of that sequence */ member in struct:reiserfs_inode_info

Completed in 222 milliseconds