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

/linux-master/fs/sysv/
H A Dballoc.c31 static inline sysv_zone_t *get_chunk(struct super_block *sb, struct buffer_head *bh) function
86 memcpy(get_chunk(sb,bh), blocks, count * sizeof(sysv_zone_t));
144 memcpy(sbi->s_bcache, get_chunk(sb, bh),
208 blocks = get_chunk(sb, bh);

Completed in 85 milliseconds