Home
last modified time | relevance | path

Searched refs:e4b (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/ext4/
Dmballoc.c426 static void *mb_find_buddy(struct ext4_buddy *e4b, int order, int *max) in mb_find_buddy() argument
430 BUG_ON(e4b->bd_bitmap == e4b->bd_buddy); in mb_find_buddy()
433 if (order > e4b->bd_blkbits + 1) { in mb_find_buddy()
440 *max = 1 << (e4b->bd_blkbits + 3); in mb_find_buddy()
441 return e4b->bd_bitmap; in mb_find_buddy()
444 bb = e4b->bd_buddy + EXT4_SB(e4b->bd_sb)->s_mb_offsets[order]; in mb_find_buddy()
445 *max = EXT4_SB(e4b->bd_sb)->s_mb_maxs[order]; in mb_find_buddy()
451 static void mb_free_blocks_double(struct inode *inode, struct ext4_buddy *e4b, in mb_free_blocks_double() argument
455 struct super_block *sb = e4b->bd_sb; in mb_free_blocks_double()
457 if (unlikely(e4b->bd_info->bb_bitmap == NULL)) in mb_free_blocks_double()
[all …]
/linux-3.4.99/Documentation/filesystems/caching/
Dfscache.txt346 …17e4b 2 ACTV 0 0 0 0 0 0 7b 4 0 0 | NFS.fh DT 0 ffff88001dd82820…