Searched refs:s_inode_bitmap (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dext2_fs_sb.h47 struct buffer_head * s_inode_bitmap[EXT2_MAX_GROUP_LOADED]; member in struct:ext2_sb_info
H A Dext3_fs_sb.h52 struct buffer_head * s_inode_bitmap[EXT3_MAX_GROUP_LOADED]; member in struct:ext3_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dext2_fs_sb.h47 struct buffer_head * s_inode_bitmap[EXT2_MAX_GROUP_LOADED]; member in struct:ext2_sb_info
H A Dext3_fs_sb.h52 struct buffer_head * s_inode_bitmap[EXT3_MAX_GROUP_LOADED]; member in struct:ext3_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext3/
H A Dialloc.c77 sb->u.ext3_sb.s_inode_bitmap[bitmap_nr] = bh;
109 sbi->s_inode_bitmap[0] != NULL)
112 if (sbi->s_inode_bitmap[block_group]) {
131 inode_bitmap = sbi->s_inode_bitmap[i];
135 sbi->s_inode_bitmap[j] = sbi->s_inode_bitmap[j - 1];
138 sbi->s_inode_bitmap[0] = inode_bitmap;
151 brelse(sbi->s_inode_bitmap[EXT3_MAX_GROUP_LOADED - 1]);
155 sbi->s_inode_bitmap[j] = sbi->s_inode_bitmap[
[all...]
H A Dsuper.c420 brelse(sbi->s_inode_bitmap[i]);
1108 sbi->s_inode_bitmap[i] = NULL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext2/
H A Dialloc.c82 struct buffer_head *bh = sbi->s_inode_bitmap[0];
96 bh = sbi->s_inode_bitmap[slot];
111 bh = sbi->s_inode_bitmap[i];
115 brelse (sbi->s_inode_bitmap[--i]);
119 sbi->s_inode_bitmap[i+1] = sbi->s_inode_bitmap[i];
126 sbi->s_inode_bitmap[slot] = bh;
H A Dsuper.c140 if (sb->u.ext2_sb.s_inode_bitmap[i])
141 brelse (sb->u.ext2_sb.s_inode_bitmap[i]);
625 sb->u.ext2_sb.s_inode_bitmap[i] = NULL;

Completed in 147 milliseconds