| /fs/proc/ |
| D | proc_sysctl.c | 116 struct ctl_table_header *head; in find_entry() local 144 static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) in insert_entry() 183 static void erase_entry(struct ctl_table_header *head, struct ctl_table *entry) in erase_entry() 190 static void init_header(struct ctl_table_header *head, in init_header() 218 static void erase_header(struct ctl_table_header *head) in erase_header() 283 static void proc_sys_invalidate_dcache(struct ctl_table_header *head) in proc_sys_invalidate_dcache() 319 static struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head) in sysctl_head_grab() 329 static void sysctl_head_finish(struct ctl_table_header *head) in sysctl_head_finish() 351 struct ctl_table_header *head; in lookup_entry() local 379 struct ctl_table_header *head = NULL; in first_entry() local [all …]
|
| D | kcore.c | 139 static int kcore_ram_list(struct list_head *head) in kcore_ram_list() 158 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info() 191 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info() 201 struct list_head *head = (struct list_head *)arg; in kclist_add_private() local
|
| /fs/gfs2/ |
| D | recovery.c | 57 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_add() local 108 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_clean() local 119 unsigned int blkno, struct gfs2_log_header_host *head) in __get_log_header() 166 struct gfs2_log_header_host *head) in get_log_header() 263 struct gfs2_log_header_host *head) in clean_journal() 308 struct gfs2_log_header_host *head, in update_statfs_inode() 377 struct gfs2_log_header_host *head) in recover_local_statfs() 406 struct gfs2_log_header_host head; in gfs2_recover_func() local
|
| D | lops.c | 418 struct gfs2_log_header_host *head, in gfs2_jhead_pg_srch() 463 struct gfs2_log_header_host *head, in gfs2_jhead_process_page() 504 int gfs2_find_jhead(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, in gfs2_find_jhead() 728 struct list_head *head; in buf_lo_after_commit() local 743 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan() 855 struct list_head *head = &sdp->sd_log_revokes; in revoke_lo_before_commit() local 892 struct list_head *head = &sdp->sd_log_revokes; in gfs2_drain_revokes() local 911 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan() 1074 struct list_head *head; in databuf_lo_after_commit() local
|
| /fs/btrfs/ |
| D | lru_cache.c | 23 static struct btrfs_lru_cache_entry *match_entry(struct list_head *head, u64 key, in match_entry() 48 struct list_head *head; in btrfs_lru_cache_lookup() local 82 struct list_head *head; in btrfs_lru_cache_remove() local 111 struct list_head *head; in btrfs_lru_cache_store() local
|
| D | delayed-ref.c | 434 struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_lock() 456 struct btrfs_delayed_ref_head *head, in drop_delayed_ref() 471 struct btrfs_delayed_ref_head *head, in merge_ref() 518 struct btrfs_delayed_ref_head *head) in btrfs_merge_delayed_refs() 563 struct btrfs_delayed_ref_head *head; in btrfs_select_ref_head() local 599 struct btrfs_delayed_ref_head *head) in btrfs_delete_ref_head() 1207 bool btrfs_find_delayed_tree_ref(struct btrfs_delayed_ref_head *head, in btrfs_find_delayed_tree_ref()
|
| /fs/ |
| D | seq_file.c | 897 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start() 909 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head() 918 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next() 928 struct list_head *seq_list_start_rcu(struct list_head *head, loff_t pos) in seq_list_start_rcu() 940 struct list_head *seq_list_start_head_rcu(struct list_head *head, loff_t pos) in seq_list_start_head_rcu() 949 struct list_head *seq_list_next_rcu(void *v, struct list_head *head, in seq_list_next_rcu() 967 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start() 986 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head() 1003 struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head, in seq_hlist_next() 1027 struct hlist_node *seq_hlist_start_rcu(struct hlist_head *head, in seq_hlist_start_rcu() [all …]
|
| D | inode.c | 254 static void i_callback(struct rcu_head *head) in i_callback() 771 static void dispose_list(struct list_head *head) in dispose_list() 984 struct hlist_head *head, in find_inode() 1026 struct hlist_head *head, unsigned long ino, in find_inode_fast() 1271 struct hlist_head *head = inode_hashtable + hash(inode->i_sb, hashval); in inode_insert5() local 1374 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in iget5_locked_rcu() local 1415 struct hlist_head *head = inode_hashtable + hash(sb, ino); in iget_locked() local 1568 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in ilookup5_nowait() local 1623 struct hlist_head *head = inode_hashtable + hash(sb, ino); in ilookup() local 1670 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in find_inode_nowait() local [all …]
|
| D | mbcache.c | 79 struct hlist_bl_head *head; in mb_cache_entry_create() local 129 struct hlist_bl_head *head; in __mb_cache_entry_free() local 158 struct hlist_bl_head *head; in __entry_find() local 226 struct hlist_bl_head *head; in mb_cache_entry_get() local
|
| D | buffer.c | 91 struct buffer_head *head, *bh; in buffer_check_dirty_writeback() local 187 struct buffer_head *head; in __find_get_block_slow() local 726 struct buffer_head *head; in block_dirty_folio() local 921 struct buffer_head *bh, *head; in folio_alloc_buffers() local 973 struct buffer_head *head) in link_dev_buffers() 1004 struct buffer_head *head = folio_buffers(folio); in folio_init_buffers() local 1634 struct buffer_head *head, *bh, *next; in block_invalidate_folio() local 1689 struct buffer_head *bh, *head, *tail; in create_empty_buffers() local 1748 struct buffer_head *head; in clean_bdev_aliases() local 1843 struct buffer_head *bh, *head; in __block_write_full_folio() local [all …]
|
| D | pipe.c | 213 unsigned int head = READ_ONCE(pipe->head); in pipe_readable() local 277 unsigned int head = smp_load_acquire(&pipe->head); in pipe_read() local 419 unsigned int head = READ_ONCE(pipe->head); in pipe_writable() local 432 unsigned int head; in pipe_write() local 618 unsigned int count, head, tail, mask; in pipe_ioctl() local 661 unsigned int head, tail; in pipe_poll() local 1269 unsigned int head, tail, mask, n; in pipe_resize_ring() local
|
| D | mpage.c | 102 struct buffer_head *page_bh, *head; in map_buffer_to_folio() local 436 struct buffer_head *bh, *head = folio_buffers(folio); in clean_buffers() local 480 struct buffer_head *head = folio_buffers(folio); in __mpage_writepage() local
|
| /fs/nilfs2/ |
| D | segbuf.h | 85 #define NILFS_LIST_SEGBUF(head) \ argument 89 #define NILFS_LAST_SEGBUF(head) NILFS_LIST_SEGBUF((head)->prev) argument 90 #define NILFS_FIRST_SEGBUF(head) NILFS_LIST_SEGBUF((head)->next) argument 91 #define NILFS_SEGBUF_IS_LAST(segbuf, head) ((segbuf)->sb_list.next == (head)) argument 97 #define NILFS_SEGBUF_FIRST_BH(head) \ argument 102 #define NILFS_SEGBUF_BH_IS_LAST(bh, head) ((bh)->b_assoc_buffers.next == head) argument
|
| D | page.c | 143 struct buffer_head *bh, *head; in nilfs_folio_buffers_clean() local 156 struct buffer_head *bh, *head; in nilfs_folio_bug() local 403 struct buffer_head *bh, *head; in nilfs_clear_folio_dirty() local 452 struct buffer_head *bh, *head; in nilfs_page_count_clean_buffers() local 535 struct buffer_head *bh, *head; in nilfs_find_uncommitted_extent() local
|
| D | recovery.c | 306 struct list_head *head) in nilfs_scan_dsync_log() 375 static void dispose_recovery_list(struct list_head *head) in dispose_recovery_list() 391 static int nilfs_segment_list_add(struct list_head *head, __u64 segnum) in nilfs_segment_list_add() 404 void nilfs_dispose_segment_list(struct list_head *head) in nilfs_dispose_segment_list() 419 struct list_head *head = &ri->ri_used_segments; in nilfs_prepare_segment_for_recovery() local 504 struct list_head *head, in nilfs_recover_dsync_blocks()
|
| /fs/nfs/flexfilelayout/ |
| D | flexfilelayoutdev.c | 229 struct list_head *head = &flo->error_list; in ff_layout_add_ds_error_locked() local 467 void ff_layout_free_ds_ioerr(struct list_head *head) in ff_layout_free_ds_ioerr() 481 int ff_layout_encode_ds_ioerr(struct xdr_stream *xdr, const struct list_head *head) in ff_layout_encode_ds_ioerr() 516 struct list_head *head, in do_layout_fetch_ds_ioerr() 543 struct list_head *head, in ff_layout_fetch_ds_ioerr()
|
| /fs/efivarfs/ |
| D | vars.c | 292 struct list_head *head) in variable_is_present() 373 void *data, struct list_head *head) in efivar_init() 462 int efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in efivar_entry_add() 480 void __efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in __efivar_entry_add() 710 struct list_head *head, void *data) in efivar_entry_iter()
|
| /fs/ext4/ |
| D | page-io.c | 107 struct buffer_head *bh, *head; in ext4_finish_bio() local 208 static void dump_completed_IO(struct inode *inode, struct list_head *head) in dump_completed_IO() 251 struct list_head *head) in ext4_do_flush_completed_IO() 446 struct buffer_head *bh, *head; in ext4_bio_write_folio() local
|
| /fs/xfs/ |
| D | xfs_log.c | 134 struct xlog_grant_head *head, in xlog_grant_sub_space() 142 struct xlog_grant_head *head, in xlog_grant_add_space() 150 struct xlog_grant_head *head) in xlog_grant_head_init() 180 struct xlog_grant_head *head) in xlog_grant_space_left() 194 struct xlog_grant_head *head) in xlog_grant_head_wake_all() 207 struct xlog_grant_head *head, in xlog_ticket_reservation() 224 struct xlog_grant_head *head, in xlog_grant_head_wake() 246 struct xlog_grant_head *head, in xlog_grant_head_wait() 301 struct xlog_grant_head *head, in xlog_grant_head_check() 1369 xlog_rec_header_t *head; in xlog_alloc_log() local [all …]
|
| /fs/f2fs/ |
| D | recovery.c | 62 static struct fsync_inode_entry *get_fsync_inode(struct list_head *head, in get_fsync_inode() 75 struct list_head *head, nid_t ino, bool quota_inode) in add_fsync_inode() 400 static int find_fsync_dnodes(struct f2fs_sb_info *sbi, struct list_head *head, in find_fsync_dnodes() 479 static void destroy_fsync_dnodes(struct list_head *head, int drop) in destroy_fsync_dnodes()
|
| /fs/nfs/ |
| D | write.c | 253 nfs_page_group_search_locked(struct nfs_page *head, unsigned int page_offset) in nfs_page_group_search_locked() 425 void nfs_join_page_group(struct nfs_page *head, struct nfs_commit_info *cinfo, in nfs_join_page_group() 496 nfs_unroll_locks(struct nfs_page *head, struct nfs_page *req) in nfs_unroll_locks() 518 nfs_page_group_lock_subreq(struct nfs_page *head, struct nfs_page *subreq) in nfs_page_group_lock_subreq() 556 struct nfs_page *head, *subreq; in nfs_lock_and_join_requests() local 1414 static void nfs_async_write_error(struct list_head *head, int error) in nfs_async_write_error() 1712 static loff_t nfs_get_lwb(struct list_head *head) in nfs_get_lwb() 1728 struct list_head *head, in nfs_init_commit() 1797 nfs_commit_list(struct inode *inode, struct list_head *head, int how, in nfs_commit_list() 1910 int nfs_generic_commit_list(struct inode *inode, struct list_head *head, in nfs_generic_commit_list()
|
| /fs/hfs/ |
| D | btree.c | 22 struct hfs_btree_header_rec *head; in hfs_btree_open() local 199 struct hfs_btree_header_rec *head; in hfs_btree_write() local
|
| /fs/xfs/scrub/ |
| D | scrub.c | 813 const struct xfs_scrub_vec_head *head) in xchk_scrubv_open_by_handle() 842 struct xfs_scrub_vec_head head; in xfs_ioc_scrubv_metadata() local
|
| /fs/erofs/ |
| D | namei.c | 50 int head, back; in find_target_dirent() local 93 int head = 0, back = erofs_iblks(dir) - 1; in erofs_find_target_block() local
|
| /fs/hfsplus/ |
| D | btree.c | 136 struct hfs_btree_header_rec *head; in hfs_btree_open() local 285 struct hfs_btree_header_rec *head; in hfs_btree_write() local
|