Home
last modified time | relevance | path

Searched defs:bh (Results 1 – 25 of 223) sorted by relevance

123456789

/linux/fs/
H A Dbuffer.c62 inline void touch_buffer(struct buffer_head *bh) in touch_buffer() argument
69 void __lock_buffer(struct buffer_head *bh) in __lock_buffer() argument
75 void unlock_buffer(struct buffer_head *bh) in unlock_buffer() argument
91 struct buffer_head *head, *bh; in buffer_check_dirty_writeback() local
121 __wait_on_buffer(struct buffer_head * bh) __wait_on_buffer() argument
127 buffer_io_error(struct buffer_head * bh,char * msg) buffer_io_error() argument
143 __end_buffer_read_notouch(struct buffer_head * bh,int uptodate) __end_buffer_read_notouch() argument
158 end_buffer_read_sync(struct buffer_head * bh,int uptodate) end_buffer_read_sync() argument
165 end_buffer_write_sync(struct buffer_head * bh,int uptodate) end_buffer_write_sync() argument
186 struct buffer_head *bh; __find_get_block_slow() local
256 end_buffer_async_read(struct buffer_head * bh,int uptodate) end_buffer_async_read() argument
304 struct buffer_head *bh; global() member
311 struct buffer_head *bh = ctx->bh; verify_bh() local
319 need_fsverity(struct buffer_head * bh) need_fsverity() argument
333 struct buffer_head *bh = ctx->bh; decrypt_bh() local
356 end_buffer_async_read_io(struct buffer_head * bh,int uptodate) end_buffer_async_read_io() argument
387 end_buffer_async_write(struct buffer_head * bh,int uptodate) end_buffer_async_write() argument
447 mark_buffer_async_read(struct buffer_head * bh) mark_buffer_async_read() argument
453 mark_buffer_async_write_endio(struct buffer_head * bh,bh_end_io_t * handler) mark_buffer_async_write_endio() argument
460 mark_buffer_async_write(struct buffer_head * bh) mark_buffer_async_write() argument
519 __remove_assoc_queue(struct buffer_head * bh) __remove_assoc_queue() argument
543 struct buffer_head *bh; osync_buffers_list() local
668 struct buffer_head *bh; write_boundary_block() local
678 mark_buffer_dirty_inode(struct buffer_head * bh,struct inode * inode) mark_buffer_dirty_inode() argument
739 struct buffer_head *bh = head; block_dirty_folio() local
784 struct buffer_head *bh; fsync_buffers_list() local
900 struct buffer_head *bh = BH_ENTRY(list->next); remove_inode_buffers() local
924 struct buffer_head *bh, *head; folio_alloc_buffers() local
978 struct buffer_head *bh, *tail; link_dev_buffers() local
1008 struct buffer_head *bh = head; folio_init_buffers() local
1047 struct buffer_head *bh; grow_dev_folio() local
1132 struct buffer_head *bh; __getblk_slow() local
1181 mark_buffer_dirty(struct buffer_head * bh) mark_buffer_dirty() argument
1214 mark_buffer_write_io_error(struct buffer_head * bh) mark_buffer_write_io_error() argument
1231 __brelse(struct buffer_head * bh) __brelse() argument
1248 __bforget(struct buffer_head * bh) __bforget() argument
1263 __bread_slow(struct buffer_head * bh) __bread_slow() argument
1323 bh_lru_install(struct buffer_head * bh) bh_lru_install() argument
1373 struct buffer_head *bh = __this_cpu_read(bh_lrus.bhs[i]); lookup_bh_lru() local
1404 struct buffer_head *bh = lookup_bh_lru(bdev, block, size); find_get_block_common() local
1450 struct buffer_head *bh; bdev_getblk() local
1470 struct buffer_head *bh = bdev_getblk(bdev, block, size, __breadahead() local
1505 struct buffer_head *bh; __bread_gfp() local
1578 folio_set_bh(struct buffer_head * bh,struct folio * folio,unsigned long offset) folio_set_bh() argument
1602 discard_buffer(struct buffer_head * bh) discard_buffer() argument
1633 struct buffer_head *head, *bh, *next; block_invalidate_folio() local
1688 struct buffer_head *bh, *head, *tail; create_empty_buffers() local
1746 struct buffer_head *bh; clean_bdev_aliases() local
1796 struct buffer_head *bh; folio_create_buffers() local
1842 struct buffer_head *bh, *head; __block_write_full_folio() local
2007 struct buffer_head *head, *bh; folio_zero_new_buffers() local
2043 iomap_to_bh(struct inode * inode,sector_t block,struct buffer_head * bh,const struct iomap * iomap) iomap_to_bh() argument
2120 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; __block_write_begin_int() local
2203 struct buffer_head *bh, *head; block_commit_write() local
2350 struct buffer_head *bh, *head; block_is_partially_uptodate() local
2393 struct buffer_head *bh, *head, *prev = NULL; block_read_full_folio() local
2663 struct buffer_head *bh; block_truncate_page() local
2771 struct buffer_head *bh = bio->bi_private; end_bio_bh_io_sync() local
2780 submit_bh_wbc(blk_opf_t opf,struct buffer_head * bh,enum rw_hint write_hint,struct writeback_control * wbc) submit_bh_wbc() argument
2827 submit_bh(blk_opf_t opf,struct buffer_head * bh) submit_bh() argument
2833 write_dirty_buffer(struct buffer_head * bh,blk_opf_t op_flags) write_dirty_buffer() argument
2851 __sync_dirty_buffer(struct buffer_head * bh,blk_opf_t op_flags) __sync_dirty_buffer() argument
2878 sync_dirty_buffer(struct buffer_head * bh) sync_dirty_buffer() argument
2884 buffer_busy(struct buffer_head * bh) buffer_busy() argument
2894 struct buffer_head *bh; drop_buffers() local
2978 struct buffer_head *bh = buffers_to_free; try_to_free_buffers() local
3038 free_buffer_head(struct buffer_head * bh) free_buffer_head() argument
3070 bh_uptodate_or_lock(struct buffer_head * bh) bh_uptodate_or_lock() argument
3090 __bh_read(struct buffer_head * bh,blk_opf_t op_flags,bool wait) __bh_read() argument
3124 struct buffer_head *bh = bhs[i]; __bh_read_batch() local
[all...]
/linux/fs/gfs2/
H A Dmeta_io.c36 struct buffer_head *bh, *head; in gfs2_aspace_write_folio() local
131 struct buffer_head *bh; gfs2_getbuf() local
173 meta_prep_new(struct buffer_head * bh) meta_prep_new() argument
195 struct buffer_head *bh; gfs2_meta_new() local
207 struct buffer_head *bh = folio_buffers(folio); gfs2_meta_read_endio() local
229 struct buffer_head *bh = *bhs; gfs2_submit_bhs() local
263 struct buffer_head *bh, *bhs[2]; gfs2_meta_read() local
323 gfs2_meta_wait(struct gfs2_sbd * sdp,struct buffer_head * bh) gfs2_meta_wait() argument
344 gfs2_remove_from_journal(struct buffer_head * bh,int meta) gfs2_remove_from_journal() argument
394 struct buffer_head *bh; gfs2_ail1_wipe() local
418 struct buffer_head *bh; gfs2_getjdatabuf() local
445 struct buffer_head *bh; gfs2_journal_wipe() local
491 struct buffer_head *bh; gfs2_meta_buffer() local
520 struct buffer_head *first_bh, *bh; gfs2_meta_ra() local
[all...]
H A Ddir.c93 struct buffer_head *bh; in gfs2_dir_get_new_buffer() local
106 struct buffer_head *bh; in gfs2_dir_get_existing_buffer() local
186 struct buffer_head *bh; gfs2_dir_write_data() local
289 struct buffer_head *bh; gfs2_dir_read_data() local
637 dirent_next(struct gfs2_inode * dip,struct buffer_head * bh,struct gfs2_dirent ** dent) dirent_next() argument
672 dirent_del(struct gfs2_inode * dip,struct buffer_head * bh,struct gfs2_dirent * prev,struct gfs2_dirent * cur) dirent_del() argument
712 do_init_dirent(struct inode * inode,struct gfs2_dirent * dent,const struct qstr * name,struct buffer_head * bh,unsigned offset) do_init_dirent() argument
736 gfs2_init_dirent(struct inode * inode,struct gfs2_dirent * dent,const struct qstr * name,struct buffer_head * bh) gfs2_init_dirent() argument
746 gfs2_dirent_split_alloc(struct inode * inode,struct buffer_head * bh,const struct qstr * name,void * ptr) gfs2_dirent_split_alloc() argument
814 struct buffer_head *bh; gfs2_dirent_search() local
870 struct buffer_head *bh; new_leaf() local
914 struct buffer_head *bh, *dibh; dir_make_exhash() local
1334 gfs2_set_cookies(struct gfs2_sbd * sdp,struct buffer_head * bh,unsigned leaf_nr,struct gfs2_dirent ** darr,unsigned entries) gfs2_set_cookies() argument
1373 struct buffer_head *bh; gfs2_dir_read_leaf() local
1485 struct buffer_head *bh; gfs2_dir_readahead() local
1646 struct buffer_head *bh; gfs2_dir_search() local
1677 struct buffer_head *bh; gfs2_dir_check() local
1726 struct buffer_head *bh, *obh; dir_new_leaf() local
1800 struct buffer_head *bh = da->bh; gfs2_dir_add() local
1879 struct buffer_head *bh; gfs2_dir_del() local
1940 struct buffer_head *bh; gfs2_dir_mvino() local
1980 struct buffer_head *bh, *dibh; leaf_dealloc() local
2103 struct buffer_head *bh; gfs2_dir_exhash_dealloc() local
2164 struct buffer_head *bh; gfs2_diradd_alloc_required() local
[all...]
H A Dutil.h99 struct buffer_head *bh) in gfs2_meta_check() argument
117 struct buffer_head *bh, in gfs2_metatype_check_i() argument
134 #define gfs2_metatype_check(sdp, bh, typ argument
137 gfs2_metatype_set(struct buffer_head * bh,u16 type,u16 format) gfs2_metatype_set() argument
163 gfs2_io_error_bh_wd(sdp,bh) global() argument
166 gfs2_io_error_bh(sdp,bh) global() argument
[all...]
/linux/fs/jbd2/
H A Dcommit.c32 static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate) in journal_end_buffer_io_sync() argument
63 static void release_buffer_page(struct buffer_head *bh) in release_buffer_page() argument
90 jbd2_commit_block_csum_set(journal_t * j,struct buffer_head * bh) jbd2_commit_block_csum_set() argument
120 struct buffer_head *bh; journal_submit_commit_record() local
166 journal_wait_on_commit_record(journal_t * journal,struct buffer_head * bh) journal_wait_on_commit_record() argument
300 jbd2_checksum_data(__u32 crc32_sum,struct buffer_head * bh) jbd2_checksum_data() argument
321 jbd2_block_tag_csum_set(journal_t * j,journal_block_tag_t * tag,struct buffer_head * bh,__u32 sequence) jbd2_block_tag_csum_set() argument
487 struct buffer_head *bh = jh2bh(jh); jbd2_journal_commit_transaction() local
712 struct buffer_head *bh = wbuf[i]; jbd2_journal_commit_transaction() local
804 struct buffer_head *bh = list_entry(io_bufs.prev, jbd2_journal_commit_transaction() local
848 struct buffer_head *bh; jbd2_journal_commit_transaction() local
922 struct buffer_head *bh; jbd2_journal_commit_transaction() local
[all...]
H A Dtransaction.c907 static void warn_dirty_buffer(struct buffer_head *bh) in warn_dirty_buffer() argument
920 struct buffer_head *bh = jh2bh(jh); in jbd2_freeze_jh_data() local
950 struct buffer_head *bh; in do_get_write_access() local
1148 jbd2_write_access_granted(handle_t * handle,struct buffer_head * bh,bool undo) jbd2_write_access_granted() argument
1212 jbd2_journal_get_write_access(handle_t * handle,struct buffer_head * bh) jbd2_journal_get_write_access() argument
1266 jbd2_journal_get_create_access(handle_t * handle,struct buffer_head * bh) jbd2_journal_get_create_access() argument
1365 jbd2_journal_get_undo_access(handle_t * handle,struct buffer_head * bh) jbd2_journal_get_undo_access() argument
1427 jbd2_journal_set_triggers(struct buffer_head * bh,struct jbd2_buffer_trigger_type * type) jbd2_journal_set_triggers() argument
1441 struct buffer_head *bh = jh2bh(jh); jbd2_buffer_frozen_trigger() local
1481 jbd2_journal_dirty_metadata(handle_t * handle,struct buffer_head * bh) jbd2_journal_dirty_metadata() argument
1654 jbd2_journal_forget(handle_t * handle,struct buffer_head * bh) jbd2_journal_forget() argument
2026 struct buffer_head *bh = jh2bh(jh); __jbd2_journal_temp_unlink_buffer() local
2116 struct buffer_head *bh; jbd2_journal_try_to_free_buffers() local
2169 struct buffer_head *bh = jh2bh(jh); __dispose_buffer() local
2237 journal_unmap_buffer(journal_t * journal,struct buffer_head * bh,int partial_page) journal_unmap_buffer() argument
2417 struct buffer_head *head, *bh, *next; jbd2_journal_invalidate_folio() local
2473 struct buffer_head *bh = jh2bh(jh); __jbd2_journal_file_buffer() local
2560 struct buffer_head *bh = jh2bh(jh); __jbd2_journal_refile_buffer() local
[all...]
/linux/fs/minix/
H A Dbitmap.c46 struct buffer_head *bh; in minix_free_block() local
78 struct buffer_head *bh = sbi->s_zmap[i]; in minix_new_block() local
107 minix_V1_raw_inode(struct super_block *sb, ino_t ino, struct buffer_head **bh) in minix_V1_raw_inode() argument
131 minix_V2_raw_inode(struct super_block * sb,ino_t ino,struct buffer_head ** bh) minix_V2_raw_inode() argument
160 struct buffer_head *bh = NULL; minix_clear_inode() local
187 struct buffer_head *bh; minix_free_inode() local
218 struct buffer_head * bh; minix_new_inode() local
[all...]
H A Ditree_common.c7 struct buffer_head *bh; member
12 static inline void add_chain(Indirect *p, struct buffer_head *bh, block_t *v) in add_chain() argument
25 static inline block_t *block_end(struct buffer_head *bh) in block_end() argument
38 struct buffer_head *bh; in get_branch() local
82 struct buffer_head *bh; alloc_branch() local
153 get_block(struct inode * inode,sector_t block,struct buffer_head * bh,int create) get_block() argument
278 struct buffer_head * bh; free_branches() local
[all...]
/linux/fs/hpfs/
H A Danode.c16 struct buffer_head *bh) in hpfs_bplus_lookup() argument
68 struct buffer_head *bh, *bh1, *bh2; in hpfs_add_sector_to_btree() local
279 struct buffer_head *bh; hpfs_remove_btree() local
333 struct buffer_head *bh; anode_lookup() local
341 struct buffer_head *bh; hpfs_ea_read() local
364 struct buffer_head *bh; hpfs_ea_write() local
388 struct buffer_head *bh; hpfs_ea_remove() local
403 struct buffer_head *bh; hpfs_truncate_btree() local
483 struct buffer_head *bh; hpfs_remove_fnode() local
[all...]
/linux/fs/nilfs2/
H A Dpage.c34 struct buffer_head *bh = folio_buffers(folio); in __nilfs_get_folio_block() local
54 struct buffer_head *bh; in nilfs_grab_buffer() local
74 nilfs_forget_buffer(struct buffer_head * bh) nilfs_forget_buffer() argument
105 struct buffer_head *bh; nilfs_copy_buffer() local
142 struct buffer_head *bh, *head; nilfs_folio_buffers_clean() local
155 struct buffer_head *bh, *head; nilfs_folio_bug() local
402 struct buffer_head *bh, *head; nilfs_clear_folio_dirty() local
451 struct buffer_head *bh, *head; nilfs_page_count_clean_buffers() local
535 struct buffer_head *bh, *head; nilfs_find_uncommitted_extent() local
[all...]
H A Dmdt.c31 struct buffer_head *bh, in nilfs_mdt_insert_new_block() argument
77 struct buffer_head *bh; nilfs_mdt_create_block() local
119 struct buffer_head *bh; nilfs_mdt_submit_block() local
173 struct buffer_head *first_bh, *bh; nilfs_mdt_read_block() local
358 struct buffer_head *bh; nilfs_mdt_forget_block() local
568 nilfs_mdt_freeze_buffer(struct inode * inode,struct buffer_head * bh) nilfs_mdt_freeze_buffer() argument
603 nilfs_mdt_get_frozen_buffer(struct inode * inode,struct buffer_head * bh) nilfs_mdt_get_frozen_buffer() argument
628 struct buffer_head *bh; nilfs_release_frozen_buffers() local
[all...]
/linux/fs/ext2/
H A Dxattr.c69 #define HDR(bh) ((struct ext2_xattr_header *)((bh)->b_data)) argument
71 #define FIRST_ENTRY(bh) ENTRY(HDR(bh)+1) argument
81 # define ea_bdebug(bh, f...) do { \ argument
89 # define ea_bdebug(bh, argument
199 struct buffer_head *bh = NULL; ext2_xattr_get() local
291 struct buffer_head *bh = NULL; ext2_xattr_list() local
410 struct buffer_head *bh = NULL; ext2_xattr_set() local
654 ext2_xattr_release_block(struct inode * inode,struct buffer_head * bh) ext2_xattr_release_block() argument
819 struct buffer_head *bh = NULL; ext2_xattr_delete_inode() local
872 ext2_xattr_cache_insert(struct mb_cache * cache,struct buffer_head * bh) ext2_xattr_cache_insert() argument
950 struct buffer_head *bh; ext2_xattr_cache_find() local
[all...]
/linux/fs/ocfs2/
H A Dbuffer_head_io.c38 int ocfs2_write_block(struct ocfs2_super *osb, struct buffer_head *bh, in ocfs2_write_block() argument
94 struct buffer_head *bh; ocfs2_read_blocks_sync() local
196 ocfs2_read_blocks(struct ocfs2_caching_info * ci,u64 block,int nr,struct buffer_head * bhs[],int flags,int (* validate)(struct super_block * sb,struct buffer_head * bh)) ocfs2_read_blocks() argument
200 struct buffer_head *bh; ocfs2_read_blocks() local
429 ocfs2_write_super_or_backup(struct ocfs2_super * osb,struct buffer_head * bh) ocfs2_write_super_or_backup() argument
[all...]
H A Djournal.c527 struct buffer_head *bh, in ocfs2_frozen_trigger() argument
546 struct buffer_head *bh, in ocfs2_dq_frozen_trigger() argument
566 struct buffer_head *bh, in ocfs2_db_frozen_trigger() argument
582 struct buffer_head *bh) in ocfs2_abort_trigger() argument
657 struct buffer_head *bh, in __ocfs2_journal_access() argument
733 ocfs2_journal_access_di(handle_t * handle,struct ocfs2_caching_info * ci,struct buffer_head * bh,int type) ocfs2_journal_access_di() argument
743 ocfs2_journal_access_eb(handle_t * handle,struct ocfs2_caching_info * ci,struct buffer_head * bh,int type) ocfs2_journal_access_eb() argument
753 ocfs2_journal_access_rb(handle_t * handle,struct ocfs2_caching_info * ci,struct buffer_head * bh,int type) ocfs2_journal_access_rb() argument
763 ocfs2_journal_access_gd(handle_t * handle,struct ocfs2_caching_info * ci,struct buffer_head * bh,int type) ocfs2_journal_access_gd() argument
773 ocfs2_journal_access_db(handle_t * handle,struct ocfs2_caching_info * ci,struct buffer_head * bh,int type) ocfs2_journal_access_db() argument
783 ocfs2_journal_access_xb(handle_t * handle,struct ocfs2_caching_info * ci,struct buffer_head * bh,int type) ocfs2_journal_access_xb() argument
793 ocfs2_journal_access_dq(handle_t * handle,struct ocfs2_caching_info * ci,struct buffer_head * bh,int type) ocfs2_journal_access_dq() argument
803 ocfs2_journal_access_dr(handle_t * handle,struct ocfs2_caching_info * ci,struct buffer_head * bh,int type) ocfs2_journal_access_dr() argument
813 ocfs2_journal_access_dl(handle_t * handle,struct ocfs2_caching_info * ci,struct buffer_head * bh,int type) ocfs2_journal_access_dl() argument
823 ocfs2_journal_access(handle_t * handle,struct ocfs2_caching_info * ci,struct buffer_head * bh,int type) ocfs2_journal_access() argument
828 ocfs2_journal_dirty(handle_t * handle,struct buffer_head * bh) ocfs2_journal_dirty() argument
923 struct buffer_head *bh = NULL; ocfs2_journal_init() local
1026 struct buffer_head *bh = journal->j_bh; ocfs2_journal_toggle_dirty() local
1260 struct buffer_head *bh = NULL; ocfs2_force_read_journal() local
1648 ocfs2_read_journal_inode(struct ocfs2_super * osb,int slot_num,struct buffer_head ** bh,struct inode ** ret_inode) ocfs2_read_journal_inode() argument
1694 struct buffer_head *bh = NULL; ocfs2_replay_journal() local
1932 struct buffer_head *bh = NULL; ocfs2_mark_dead_nodes() local
[all...]
H A Dquota_local.c94 static int ocfs2_modify_bh(struct inode *inode, struct buffer_head *bh, in ocfs2_modify_bh() argument
135 struct buffer_head **bh) in ocfs2_read_quota_block() argument
168 struct buffer_head *bh = NULL; ocfs2_local_check_quota_file() local
279 olq_update_info(struct buffer_head * bh,void * private) olq_update_info() argument
396 struct buffer_head *bh; ocfs2_begin_quota_recovery() local
591 struct buffer_head *bh; ocfs2_finish_quota_recovery() local
689 struct buffer_head *bh = NULL; ocfs2_local_read_info() local
795 struct buffer_head *bh = ((struct ocfs2_mem_dqinfo *)info->dqi_priv) ocfs2_local_write_info() local
869 olq_set_dquot(struct buffer_head * bh,void * private) olq_set_dquot() argument
897 struct buffer_head *bh; ocfs2_local_write_dquot() local
972 struct buffer_head *bh = NULL, *dbh = NULL; ocfs2_local_quota_add_chunk() local
1103 struct buffer_head *bh; ocfs2_extend_local_quota_file() local
1205 olq_alloc_dquot(struct buffer_head * bh,void * private) olq_alloc_dquot() argument
[all...]
/linux/lib/crypto/mpi/
H A Dlonglong.h114 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
123 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
176 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
185 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
263 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
272 sub_ddmmss(sh,sl,ah,al,bh,bl) global() argument
300 add_ssaaaa(sh,sl,ah,al,bh,bl) global() argument
309 sub_ddmmss(sh,sl,ah,al,bh,bl) global() argument
397 add_ssaaaa(sh,sl,ah,al,bh,bl) global() argument
406 sub_ddmmss(sh,sl,ah,al,bh,bl) global() argument
450 add_ssaaaa(sh,sl,ah,al,bh,bl) global() argument
460 sub_ddmmss(sh,sl,ah,al,bh,bl) global() argument
515 add_ssaaaa(sh,sl,ah,al,bh,bl) global() argument
524 sub_ddmmss(sh,sl,ah,al,bh,bl) global() argument
594 add_ssaaaa(sh,sl,ah,al,bh,bl) global() argument
603 sub_ddmmss(sh,sl,ah,al,bh,bl) global() argument
721 add_ssaaaa(sh,sl,ah,al,bh,bl) global() argument
746 sub_ddmmss(sh,sl,ah,al,bh,bl) global() argument
839 add_ssaaaa(sh,sl,ah,al,bh,bl) global() argument
848 sub_ddmmss(sh,sl,ah,al,bh,bl) global() argument
874 add_ssaaaa(sh,sl,ah,al,bh,bl) global() argument
883 sub_ddmmss(sh,sl,ah,al,bh,bl) global() argument
950 add_ssaaaa(sh,sl,ah,al,bh,bl) global() argument
960 sub_ddmmss(sh,sl,ah,al,bh,bl) global() argument
1145 add_ssaaaa(sh,sl,ah,al,bh,bl) global() argument
1154 sub_ddmmss(sh,sl,ah,al,bh,bl) global() argument
1193 add_ssaaaa(sh,sl,ah,al,bh,bl) global() argument
1201 sub_ddmmss(sh,sl,ah,al,bh,bl) global() argument
1250 add_ssaaaa(sh,sl,ah,al,bh,bl) global() argument
1260 sub_ddmmss(sh,sl,ah,al,bh,bl) global() argument
[all...]
/linux/fs/affs/
H A Daffs.h17 #define AFFS_BLOCK(sb, bh, blk) (AFFS_HEAD(bh)->table[AFFS_SB(sb)->s_hashsize-1-(blk)]) argument
19 #define AFFS_HEAD(bh) ((struct affs_head *)(bh)->b_data) argument
20 #define AFFS_TAIL(sb, bh) ((struct affs_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(struct affs_tail))) argument
21 #define AFFS_ROOT_HEAD(bh) ((struct affs_root_head *)(bh)->b_data) argument
22 #define AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh) argument
23 AFFS_DATA_HEAD(bh) global() argument
24 AFFS_DATA(bh) global() argument
252 struct buffer_head *bh; affs_getzeroblk() local
267 struct buffer_head *bh; affs_getemptyblk() local
278 affs_brelse(struct buffer_head * bh) affs_brelse() argument
286 affs_adjust_checksum(struct buffer_head * bh,u32 val) affs_adjust_checksum() argument
292 affs_adjust_bitmapchecksum(struct buffer_head * bh,u32 val) affs_adjust_bitmapchecksum() argument
[all...]
H A Damigaffs.c26 affs_insert_hash(struct inode *dir, struct buffer_head *bh) in affs_insert_hash() argument
78 struct buffer_head *bh; in affs_remove_hash() local
146 struct buffer_head *bh, *link_bh = NULL; affs_remove_link() local
237 struct buffer_head *bh; affs_empty_dir() local
271 struct buffer_head *bh = NULL; affs_remove_header() local
339 affs_checksum_block(struct super_block * sb,struct buffer_head * bh) affs_checksum_block() argument
357 affs_fix_checksum(struct super_block * sb,struct buffer_head * bh) affs_fix_checksum() argument
[all...]
H A Dfile.c53 struct buffer_head *bh; in affs_grow_extcache() local
120 affs_alloc_extblock(struct inode *inode, struct buffer_head *bh, u32 ext) in affs_alloc_extblock() argument
161 struct buffer_head *bh = AFFS_I(inode)->i_ext_bh; affs_get_extblock() local
175 struct buffer_head *bh; affs_get_extblock_slow() local
473 struct buffer_head *bh, tmp_bh; affs_bread_ino() local
492 struct buffer_head *bh, tmp_bh; affs_getzeroblk_ino() local
511 struct buffer_head *bh, tmp_bh; affs_getemptyblk_ino() local
531 struct buffer_head *bh; affs_do_read_folio_ofs() local
563 struct buffer_head *bh, *prev_bh; affs_extent_file_ofs() local
697 struct buffer_head *bh, *prev_bh; affs_write_end_ofs() local
951 struct buffer_head *bh = affs_bread_ino(inode, last_blk, 0); affs_truncate() local
[all...]
H A Dinode.c21 struct buffer_head *bh; in affs_iget() local
169 struct buffer_head *bh; affs_write_inode() local
296 struct buffer_head *bh; affs_new_inode() local
352 struct buffer_head *bh; affs_add_entry() local
[all...]
/linux/fs/omfs/
H A Ddir.c38 struct buffer_head *bh; in omfs_scan_list() local
70 struct buffer_head *bh; in omfs_find_entry() local
87 struct buffer_head *bh; omfs_make_empty() local
117 struct buffer_head *bh; omfs_add_link() local
163 struct buffer_head *bh, *bh2; omfs_delete_entry() local
219 struct buffer_head *bh; omfs_dir_is_empty() local
297 struct buffer_head *bh; omfs_lookup() local
335 struct buffer_head *bh = omfs_bread(dir->i_sb, fsblock); omfs_fill_chain() local
411 struct buffer_head *bh; omfs_readdir() local
[all...]
/linux/fs/ext4/
H A Dbitmap.c21 struct buffer_head *bh) in ext4_inode_bitmap_csum_verify() argument
45 struct buffer_head *bh) in ext4_inode_bitmap_csum_set() argument
63 struct buffer_head *bh) in ext4_block_bitmap_csum_verify() argument
86 struct buffer_head *bh) in ext4_block_bitmap_csum_set() argument
H A Dmmp.c43 struct buffer_head *bh) in write_mmp_block_thawed() argument
58 static int write_mmp_block(struct super_block *sb, struct buffer_head *bh) in write_mmp_block() argument
76 read_mmp_block(struct super_block * sb,struct buffer_head ** bh,ext4_fsblk_t mmp_block) read_mmp_block() argument
140 struct buffer_head *bh = EXT4_SB(sb)->s_mmp_bh; kmmpd() local
283 struct buffer_head *bh = NULL; ext4_multi_mount_protect() local
[all...]
H A Dnamei.c58 struct buffer_head *bh; in ext4_append() local
130 struct buffer_head *bh; in __ext4_read_dirblock() local
274 struct buffer_head *bh; global() member
301 ext4_initialize_dirent_tail(struct buffer_head * bh,unsigned int blocksize) ext4_initialize_dirent_tail() argument
314 get_dirent_tail(struct inode * inode,struct buffer_head * bh) get_dirent_tail() argument
366 ext4_dirblock_csum_verify(struct inode * inode,struct buffer_head * bh) ext4_dirblock_csum_verify() argument
387 ext4_dirblock_csum_set(struct inode * inode,struct buffer_head * bh) ext4_dirblock_csum_set() argument
406 ext4_handle_dirty_dirblock(handle_t * handle,struct inode * inode,struct buffer_head * bh) ext4_handle_dirty_dirblock() argument
516 ext4_handle_dirty_dx_node(handle_t * handle,struct inode * inode,struct buffer_head * bh) ext4_handle_dirty_dx_node() argument
716 struct buffer_head *bh; dx_show_entries() local
981 struct buffer_head *bh; ext4_htree_next_block() local
1043 struct buffer_head *bh; htree_dirblock_to_tree() local
1262 search_dirblock(struct buffer_head * bh,struct inode * dir,struct ext4_filename * fname,unsigned int offset,struct ext4_dir_entry_2 ** res_dir) search_dirblock() argument
1280 dx_make_map(struct inode * dir,struct buffer_head * bh,struct dx_hash_info * hinfo,struct dx_map_entry * map_tail) dx_make_map() argument
1456 ext4_search_dir(struct buffer_head * bh,char * search_buf,int buf_size,struct inode * dir,struct ext4_filename * fname,unsigned int offset,struct ext4_dir_entry_2 ** res_dir) ext4_search_dir() argument
1524 struct buffer_head *bh, *ret = NULL; __ext4_find_entry() local
1675 struct buffer_head *bh; ext4_find_entry() local
1695 struct buffer_head *bh; ext4_lookup_entry() local
1715 struct buffer_head *bh; ext4_dx_find_entry() local
1766 struct buffer_head *bh; ext4_lookup() local
1822 struct buffer_head *bh; ext4_get_parent() local
1906 do_split(handle_t * handle,struct inode * dir,struct buffer_head ** bh,struct dx_frame * frame,struct dx_hash_info * hinfo) do_split() argument
2037 ext4_find_dest_de(struct inode * dir,struct buffer_head * bh,void * buf,int buf_size,struct ext4_filename * fname,struct ext4_dir_entry_2 ** dest_de) ext4_find_dest_de() argument
2113 add_dirent_to_buf(handle_t * handle,struct ext4_filename * fname,struct inode * dir,struct inode * inode,struct ext4_dir_entry_2 * de,struct buffer_head * bh) add_dirent_to_buf() argument
2213 make_indexed_dir(handle_t * handle,struct ext4_filename * fname,struct inode * dir,struct inode * inode,struct buffer_head * bh) make_indexed_dir() argument
2362 struct buffer_head *bh = NULL; ext4_add_entry() local
2473 struct buffer_head *bh; ext4_dx_add_entry() local
2654 ext4_generic_delete_entry(struct inode * dir,struct ext4_dir_entry_2 * de_del,struct buffer_head * bh,void * entry_buf,int buf_size,int csum_size) ext4_generic_delete_entry() argument
2705 ext4_delete_entry(handle_t * handle,struct inode * dir,struct ext4_dir_entry_2 * de_del,struct buffer_head * bh) ext4_delete_entry() argument
2919 ext4_init_dirblock(handle_t * handle,struct inode * inode,struct buffer_head * bh,unsigned int parent_ino,void * inline_buf,int inline_size) ext4_init_dirblock() argument
3065 struct buffer_head *bh; ext4_empty_dir() local
3139 struct buffer_head *bh; ext4_rmdir() local
3230 struct buffer_head *bh; __ext4_unlink() local
3337 struct buffer_head *bh; ext4_init_symlink_block() local
3527 struct buffer_head *bh; ext4_get_first_dir_block() local
3578 struct buffer_head *bh; global() member
3694 struct buffer_head *bh; ext4_find_delete_entry() local
[all...]
/linux/fs/fat/
H A Ddir.c42 struct buffer_head *bh, in fat_make_i_pos() argument
54 struct buffer_head *bh; in fat_dir_readahead() local
83 fat__get_entry(struct inode * dir,loff_t * pos,struct buffer_head ** bh,struct msdos_dir_entry ** de) fat__get_entry() argument
117 fat_get_entry(struct inode * dir,loff_t * pos,struct buffer_head ** bh,struct msdos_dir_entry ** de) fat_get_entry() argument
292 fat_parse_long(struct inode * dir,loff_t * pos,struct buffer_head ** bh,struct msdos_dir_entry ** de,wchar_t ** unicode,unsigned char * nr_slots) fat_parse_long() argument
480 struct buffer_head *bh = NULL; fat_search_long() local
571 struct buffer_head *bh; __fat_readdir() local
882 fat_get_short_entry(struct inode * dir,loff_t * pos,struct buffer_head ** bh,struct msdos_dir_entry ** de) fat_get_short_entry() argument
902 fat_get_dotdot_entry(struct inode * dir,struct buffer_head ** bh,struct msdos_dir_entry ** de) fat_get_dotdot_entry() argument
919 struct buffer_head *bh; fat_dir_empty() local
944 struct buffer_head *bh; fat_subdirs() local
1009 struct buffer_head *bh; __fat_remove_entries() local
1045 struct buffer_head *bh; fat_remove_entries() local
1212 fat_add_new_entries(struct inode * dir,void * slots,int nr_slots,int * nr_cluster,struct msdos_dir_entry ** de,struct buffer_head ** bh,loff_t * i_pos) fat_add_new_entries() argument
1298 struct buffer_head *bh, *prev, *bhs[3]; /* 32*slots (672bytes) */ fat_add_entries() local
[all...]

123456789