Searched refs:get_chunk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/sysv/ |
H A D | balloc.c | 31 static inline sysv_zone_t *get_chunk(struct super_block *sb, struct buffer_head *bh) in get_chunk() function 86 memcpy(get_chunk(sb,bh), blocks, count * sizeof(sysv_zone_t)); in sysv_free_block() 144 memcpy(sbi->s_bcache, get_chunk(sb, bh), in sysv_new_block() 208 blocks = get_chunk(sb, bh); in sysv_count_free_blocks()
|
/kernel/linux/linux-6.6/fs/sysv/ |
H A D | balloc.c | 31 static inline sysv_zone_t *get_chunk(struct super_block *sb, struct buffer_head *bh) in get_chunk() function 86 memcpy(get_chunk(sb,bh), blocks, count * sizeof(sysv_zone_t)); in sysv_free_block() 144 memcpy(sbi->s_bcache, get_chunk(sb, bh), in sysv_new_block() 208 blocks = get_chunk(sb, bh); in sysv_count_free_blocks()
|
Completed in 2 milliseconds