Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 180) sorted by relevance

12345678

/fs/proc/
Dproc_sysctl.c30 static bool is_empty_dir(struct ctl_table_header *head) in is_empty_dir()
107 struct ctl_table_header *head; in find_entry() local
135 static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) in insert_entry()
174 static void erase_entry(struct ctl_table_header *head, struct ctl_table *entry) in erase_entry()
181 static void init_header(struct ctl_table_header *head, in init_header()
203 static void erase_header(struct ctl_table_header *head) in erase_header()
265 static void proc_sys_prune_dcache(struct ctl_table_header *head) in proc_sys_prune_dcache()
334 static struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head) in sysctl_head_grab()
344 static void sysctl_head_finish(struct ctl_table_header *head) in sysctl_head_finish()
366 struct ctl_table_header *head; in lookup_entry() local
[all …]
Dkcore.c102 static void free_kclist_ents(struct list_head *head) in free_kclist_ents()
167 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info()
200 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info()
210 struct list_head *head = (struct list_head *)arg; in kclist_add_private() local
/fs/gfs2/
Drecovery.c57 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_add() local
110 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_clean() local
151 struct gfs2_log_header_host *head) in get_log_header()
192 struct gfs2_log_header_host *head) in find_good_lh()
223 static int jhead_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head) in jhead_scan()
263 int gfs2_find_jhead(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head) in gfs2_find_jhead()
381 static int clean_journal(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head) in clean_journal()
456 struct gfs2_log_header_host head; in gfs2_recover_func() local
Dlops.c500 struct list_head *head; in buf_lo_after_commit() local
515 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan()
617 struct list_head *head = &sdp->sd_log_le_revoke; in revoke_lo_before_commit() local
655 struct list_head *head = &sdp->sd_log_le_revoke; in revoke_lo_after_commit() local
669 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan()
831 struct list_head *head; in databuf_lo_after_commit() local
/fs/nilfs2/
Dsegbuf.h94 #define NILFS_LIST_SEGBUF(head) \ argument
98 #define NILFS_LAST_SEGBUF(head) NILFS_LIST_SEGBUF((head)->prev) argument
99 #define NILFS_FIRST_SEGBUF(head) NILFS_LIST_SEGBUF((head)->next) argument
100 #define NILFS_SEGBUF_IS_LAST(segbuf, head) ((segbuf)->sb_list.next == (head)) argument
106 #define NILFS_SEGBUF_FIRST_BH(head) \ argument
111 #define NILFS_SEGBUF_BH_IS_LAST(bh, head) ((bh)->b_assoc_buffers.next == head) argument
Dpage.c152 struct buffer_head *bh, *head; in nilfs_page_buffers_clean() local
182 struct buffer_head *bh, *head; in nilfs_page_bug() local
413 struct buffer_head *bh, *head; in nilfs_clear_dirty_page() local
439 struct buffer_head *bh, *head; in nilfs_page_count_clean_buffers() local
539 struct buffer_head *bh, *head; in nilfs_find_uncommitted_extent() local
Drecovery.c315 struct list_head *head) in nilfs_scan_dsync_log()
384 static void dispose_recovery_list(struct list_head *head) in dispose_recovery_list()
400 static int nilfs_segment_list_add(struct list_head *head, __u64 segnum) in nilfs_segment_list_add()
413 void nilfs_dispose_segment_list(struct list_head *head) in nilfs_dispose_segment_list()
428 struct list_head *head = &ri->ri_used_segments; in nilfs_prepare_segment_for_recovery() local
503 struct list_head *head, in nilfs_recover_dsync_blocks()
/fs/
Dseq_file.c832 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start()
844 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head()
853 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next()
870 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start()
889 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head()
906 struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head, in seq_hlist_next()
930 struct hlist_node *seq_hlist_start_rcu(struct hlist_head *head, in seq_hlist_start_rcu()
954 struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head, in seq_hlist_start_head_rcu()
977 struct hlist_head *head, in seq_hlist_next_rcu()
999 seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t pos) in seq_hlist_start_percpu()
[all …]
Dmbcache.c78 struct hlist_bl_head *head; in mb_cache_entry_create() local
133 struct hlist_bl_head *head; in __entry_find() local
201 struct hlist_bl_head *head; in mb_cache_entry_get() local
229 struct hlist_bl_head *head; in mb_cache_entry_delete() local
281 struct hlist_bl_head *head; in mb_cache_shrink() local
Dinode.c256 static void i_callback(struct rcu_head *head) in i_callback()
582 static void dispose_list(struct list_head *head) in dispose_list()
794 struct hlist_head *head, in find_inode()
823 struct hlist_head *head, unsigned long ino) in find_inode_fast()
1034 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in iget5_locked() local
1112 struct hlist_head *head = inode_hashtable + hash(sb, ino); in iget_locked() local
1266 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in ilookup5_nowait() local
1321 struct hlist_head *head = inode_hashtable + hash(sb, ino); in ilookup() local
1368 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in find_inode_nowait() local
1393 struct hlist_head *head = inode_hashtable + hash(sb, ino); in insert_inode_locked() local
[all …]
Dbuffer.c92 struct buffer_head *head, *bh; in buffer_check_dirty_writeback() local
208 struct buffer_head *head; in __find_get_block_slow() local
676 struct buffer_head *head = page_buffers(page); in __set_page_dirty_buffers() local
867 struct buffer_head *bh, *head; in alloc_page_buffers() local
921 link_dev_buffers(struct page *page, struct buffer_head *head) in link_dev_buffers()
953 struct buffer_head *head = page_buffers(page); in init_page_buffers() local
1522 struct buffer_head *head, *bh, *next; in block_invalidatepage() local
1577 struct buffer_head *bh, *head, *tail; in create_empty_buffers() local
1633 struct buffer_head *head; in clean_bdev_aliases() local
1736 struct buffer_head *bh, *head; in __block_write_full_page() local
[all …]
Dmpage.c143 struct buffer_head *page_bh, *head; in map_buffer_to_page() local
486 struct buffer_head *bh, *head; in clean_buffers() local
544 struct buffer_head *head = page_buffers(page); in __mpage_writepage() local
/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c276 struct list_head *head = &flo->error_list; in ff_layout_add_ds_error_locked() local
505 void ff_layout_free_ds_ioerr(struct list_head *head) in ff_layout_free_ds_ioerr()
519 int ff_layout_encode_ds_ioerr(struct xdr_stream *xdr, const struct list_head *head) in ff_layout_encode_ds_ioerr()
554 struct list_head *head, in do_layout_fetch_ds_ioerr()
581 struct list_head *head, in ff_layout_fetch_ds_ioerr()
/fs/ext4/
Dpage-io.c72 struct buffer_head *bh, *head; in ext4_finish_bio() local
173 static void dump_completed_IO(struct inode *inode, struct list_head *head) in dump_completed_IO()
216 struct list_head *head) in ext4_do_flush_completed_IO()
421 struct buffer_head *bh, *head; in ext4_bio_write_page() local
/fs/f2fs/
Drecovery.c56 static struct fsync_inode_entry *get_fsync_inode(struct list_head *head, in get_fsync_inode()
69 struct list_head *head, nid_t ino, bool quota_inode) in add_fsync_inode()
301 static int find_fsync_dnodes(struct f2fs_sb_info *sbi, struct list_head *head, in find_fsync_dnodes()
387 static void destroy_fsync_dnodes(struct list_head *head, int drop) in destroy_fsync_dnodes()
/fs/btrfs/
Ddelayed-ref.c158 struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_lock()
183 struct btrfs_delayed_ref_head *head, in drop_delayed_ref()
202 struct btrfs_delayed_ref_head *head, in merge_ref()
270 struct btrfs_delayed_ref_head *head) in btrfs_merge_delayed_refs()
342 struct btrfs_delayed_ref_head *head; in btrfs_select_ref_head() local
/fs/xfs/
Dxfs_log.c141 atomic64_t *head, in xlog_grant_sub_space()
167 atomic64_t *head, in xlog_grant_add_space()
195 struct xlog_grant_head *head) in xlog_grant_head_init()
204 struct xlog_grant_head *head) in xlog_grant_head_wake_all()
217 struct xlog_grant_head *head, in xlog_ticket_reservation()
234 struct xlog_grant_head *head, in xlog_grant_head_wake()
256 struct xlog_grant_head *head, in xlog_grant_head_wait()
309 struct xlog_grant_head *head, in xlog_grant_head_check()
1169 atomic64_t *head) in xlog_space_left()
1382 xlog_rec_header_t *head; in xlog_alloc_log() local
[all …]
Dxfs_aops.c57 struct buffer_head *bh, *head; in xfs_count_page_state() local
113 struct buffer_head *head = page_buffers(bvec->bv_page), *bh = head; in xfs_finish_page_writeback() local
713 struct buffer_head *head; in xfs_check_page_type() local
784 struct buffer_head *bh, *head; in xfs_aops_discard_page() local
904 struct buffer_head *bh, *head; in xfs_writepage_map() local
1444 struct buffer_head *head = page_buffers(page); in xfs_vm_set_page_dirty() local
/fs/hfs/
Dbtree.c22 struct hfs_btree_header_rec *head; in hfs_btree_open() local
162 struct hfs_btree_header_rec *head; in hfs_btree_write() local
/fs/ntfs/
Daops.c195 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in ntfs_read_block() local
562 struct buffer_head *bh, *head; in ntfs_write_block() local
930 struct buffer_head *bh, *head, *tbh, *rec_start_bh; in ntfs_write_mst_block() local
1733 struct buffer_head *bh, *head, *buffers_to_free = NULL; in mark_ntfs_record_dirty() local
/fs/nfs/
Dwrite.c258 nfs_page_group_search_locked(struct nfs_page *head, unsigned int page_offset) in nfs_page_group_search_locked()
375 nfs_unroll_locks(struct inode *inode, struct nfs_page *head, in nfs_unroll_locks()
459 struct nfs_page *head, *subreq; in nfs_lock_and_join_requests() local
784 struct nfs_page *head; in nfs_inode_remove_request() local
1401 static void nfs_async_write_error(struct list_head *head, int error) in nfs_async_write_error()
1697 static loff_t nfs_get_lwb(struct list_head *head) in nfs_get_lwb()
1713 struct list_head *head, in nfs_init_commit()
1775 nfs_commit_list(struct inode *inode, struct list_head *head, int how, in nfs_commit_list()
1881 int nfs_generic_commit_list(struct inode *inode, struct list_head *head, in nfs_generic_commit_list()
Dpagelist.c146 struct nfs_page *head = req->wb_head; in nfs_page_group_lock() local
166 struct nfs_page *head = req->wb_head; in nfs_page_group_unlock() local
186 struct nfs_page *head = req->wb_head; in nfs_page_group_sync_on_bit_locked() local
277 struct nfs_page *head = req->wb_head; in nfs_page_group_destroy() local
742 struct list_head *head = &mirror->pg_list; in nfs_generic_pgio() local
/fs/hfsplus/
Dbtree.c136 struct hfs_btree_header_rec *head; in hfs_btree_open() local
284 struct hfs_btree_header_rec *head; in hfs_btree_write() local
/fs/nfsd/
Dnfs3acl.c144 struct kvec *head = rqstp->rq_arg.head; in nfs3svc_decode_setaclargs() local
180 struct kvec *head = rqstp->rq_res.head; in nfs3svc_encode_getaclres() local
/fs/dlm/
Dmember.c297 struct list_head *head = &ls->ls_nodes; in add_ordered_member() local
339 static struct dlm_member *find_memb(struct list_head *head, int nodeid) in find_memb()
364 static void clear_memb_list(struct list_head *head) in clear_memb_list()

12345678