Searched refs:s_buddy_cache (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmballoc.c99 * by ext4_sb_info.s_buddy_cache (struct inode) whose file offset gets
956 struct inode *inode = sbi->s_buddy_cache;
1056 struct inode *inode = sbi->s_buddy_cache;
2359 sbi->s_buddy_cache = new_inode(sb);
2360 if (sbi->s_buddy_cache == NULL) {
2364 EXT4_I(sbi->s_buddy_cache)->i_disksize = 0;
2384 iput(sbi->s_buddy_cache);
2515 if (sbi->s_buddy_cache)
2516 iput(sbi->s_buddy_cache);
H A Dext4.h1122 struct inode *s_buddy_cache; member in struct:ext4_sb_info
H A Dsuper.c2311 struct super_block *sb = sbi->s_buddy_cache->i_sb;
2323 struct super_block *sb = sbi->s_buddy_cache->i_sb;

Completed in 137 milliseconds