Home
last modified time | relevance | path

Searched defs:bhs (Results 1 – 25 of 50) sorted by relevance

12

/kernel/linux/linux-6.6/fs/fat/
Dfatent.c45 struct buffer_head **bhs = fatent->bhs; in fat12_ent_set_ptr() local
72 struct buffer_head **bhs = fatent->bhs; in fat12_ent_bread() local
198 struct buffer_head **bhs = fatent->bhs; in fat12_ent_next() local
325 struct buffer_head **bhs = fatent->bhs; in fat_ent_update_ptr() local
376 static int fat_mirror_bhs(struct super_block *sb, struct buffer_head **bhs, in fat_mirror_bhs()
448 static void fat_collect_bhs(struct buffer_head **bhs, int *nr_bhs, in fat_collect_bhs()
472 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_alloc_clusters() local
560 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_free_clusters() local
Ddir.c1082 struct buffer_head **bhs, int nr_bhs) in fat_zeroed_cluster()
1137 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_alloc_new_dir() local
1204 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_add_new_entries() local
1286 struct buffer_head *bh, *prev, *bhs[3]; /* 32*slots (672bytes) */ in fat_add_entries() local
Dmisc.c362 int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs) in fat_sync_bhs()
/kernel/linux/linux-5.10/fs/fat/
Dfatent.c44 struct buffer_head **bhs = fatent->bhs; in fat12_ent_set_ptr() local
71 struct buffer_head **bhs = fatent->bhs; in fat12_ent_bread() local
197 struct buffer_head **bhs = fatent->bhs; in fat12_ent_next() local
324 struct buffer_head **bhs = fatent->bhs; in fat_ent_update_ptr() local
375 static int fat_mirror_bhs(struct super_block *sb, struct buffer_head **bhs, in fat_mirror_bhs()
447 static void fat_collect_bhs(struct buffer_head **bhs, int *nr_bhs, in fat_collect_bhs()
471 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_alloc_clusters() local
559 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_free_clusters() local
Ddir.c1082 struct buffer_head **bhs, int nr_bhs) in fat_zeroed_cluster()
1137 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_alloc_new_dir() local
1204 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_add_new_entries() local
1286 struct buffer_head *bh, *prev, *bhs[3]; /* 32*slots (672bytes) */ in fat_add_entries() local
Dmisc.c352 int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs) in fat_sync_bhs()
/kernel/linux/linux-6.6/fs/ocfs2/
Dblockcheck.c441 void ocfs2_block_check_compute_bhs(struct buffer_head **bhs, int nr, in ocfs2_block_check_compute_bhs()
485 int ocfs2_block_check_validate_bhs(struct buffer_head **bhs, int nr, in ocfs2_block_check_validate_bhs()
585 struct buffer_head **bhs, int nr, in ocfs2_compute_meta_ecc_bhs()
593 struct buffer_head **bhs, int nr, in ocfs2_validate_meta_ecc_bhs()
Dbuffer_head_io.c90 unsigned int nr, struct buffer_head *bhs[]) in ocfs2_read_blocks_sync()
194 struct buffer_head *bhs[], int flags, in ocfs2_read_blocks()
/kernel/linux/linux-5.10/fs/ocfs2/
Dblockcheck.c443 void ocfs2_block_check_compute_bhs(struct buffer_head **bhs, int nr, in ocfs2_block_check_compute_bhs()
487 int ocfs2_block_check_validate_bhs(struct buffer_head **bhs, int nr, in ocfs2_block_check_validate_bhs()
587 struct buffer_head **bhs, int nr, in ocfs2_compute_meta_ecc_bhs()
595 struct buffer_head **bhs, int nr, in ocfs2_validate_meta_ecc_bhs()
Dbuffer_head_io.c92 unsigned int nr, struct buffer_head *bhs[]) in ocfs2_read_blocks_sync()
196 struct buffer_head *bhs[], int flags, in ocfs2_read_blocks()
/kernel/linux/linux-6.6/fs/gfs2/
Dmeta_io.c220 static void gfs2_submit_bhs(blk_opf_t opf, struct buffer_head *bhs[], int num) in gfs2_submit_bhs()
257 struct buffer_head *bh, *bhs[2]; in gfs2_meta_read() local
/kernel/linux/linux-5.10/fs/gfs2/
Dmeta_io.c212 static void gfs2_submit_bhs(int op, int op_flags, struct buffer_head *bhs[], in gfs2_submit_bhs()
251 struct buffer_head *bh, *bhs[2]; in gfs2_meta_read() local
/kernel/linux/linux-6.6/include/linux/
Dbuffer_head.h426 static inline void bh_read_batch(int nr, struct buffer_head *bhs[]) in bh_read_batch()
431 static inline void bh_readahead_batch(int nr, struct buffer_head *bhs[], in bh_readahead_batch()
/kernel/linux/linux-5.10/fs/isofs/
Dcompress.c58 struct buffer_head **bhs; in zisofs_uncompress_block() local
/kernel/linux/linux-6.6/fs/isofs/
Dcompress.c58 struct buffer_head **bhs; in zisofs_uncompress_block() local
/kernel/linux/linux-6.6/fs/exfat/
Dmisc.c165 int exfat_update_bhs(struct buffer_head **bhs, int nr_bhs, int sync) in exfat_update_bhs()
/kernel/linux/linux-5.10/fs/exfat/
Dmisc.c175 int exfat_update_bhs(struct buffer_head **bhs, int nr_bhs, int sync) in exfat_update_bhs()
Dfatent.c228 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in exfat_zeroed_cluster() local
/kernel/linux/linux-5.10/fs/ntfs/
Dmft.c460 struct buffer_head *bhs[MAX_BHS]; in ntfs_sync_mft_mirror() local
667 struct buffer_head *bhs[MAX_BHS]; in write_mft_record_nolock() local
Dcompress.c474 struct buffer_head **bhs; in ntfs_read_compressed_block() local
/kernel/linux/linux-6.6/fs/ntfs/
Dmft.c460 struct buffer_head *bhs[MAX_BHS]; in ntfs_sync_mft_mirror() local
667 struct buffer_head *bhs[MAX_BHS]; in write_mft_record_nolock() local
Dcompress.c474 struct buffer_head **bhs; in ntfs_read_compressed_block() local
/kernel/linux/linux-5.10/fs/adfs/
Ddir.c100 struct buffer_head **bhs; in adfs_dir_read_buffers() local
Dadfs.h95 struct buffer_head **bhs; member
/kernel/linux/linux-6.6/fs/adfs/
Ddir.c100 struct buffer_head **bhs; in adfs_dir_read_buffers() local

12