/linux-4.1.27/fs/gfs2/ |
D | glock.c | 56 struct gfs2_glock *gl; /* current glock struct */ member 110 struct gfs2_glock *gl = container_of(rcu, struct gfs2_glock, gl_rcu); in gfs2_glock_dealloc() local 120 void gfs2_glock_free(struct gfs2_glock *gl) in gfs2_glock_free() 135 static void gfs2_glock_hold(struct gfs2_glock *gl) in gfs2_glock_hold() 148 static int demote_ok(const struct gfs2_glock *gl) in demote_ok() 162 void gfs2_glock_add_to_lru(struct gfs2_glock *gl) in gfs2_glock_add_to_lru() 176 static void gfs2_glock_remove_from_lru(struct gfs2_glock *gl) in gfs2_glock_remove_from_lru() 193 void gfs2_glock_put(struct gfs2_glock *gl) in gfs2_glock_put() 226 struct gfs2_glock *gl; in search_bucket() local 249 static inline int may_grant(const struct gfs2_glock *gl, const struct gfs2_holder *gh) in may_grant() [all …]
|
D | glops.c | 33 static void gfs2_ail_error(struct gfs2_glock *gl, const struct buffer_head *bh) in gfs2_ail_error() 52 static void __gfs2_ail_flush(struct gfs2_glock *gl, bool fsync, in __gfs2_ail_flush() 81 static void gfs2_ail_empty_gl(struct gfs2_glock *gl) in gfs2_ail_empty_gl() 110 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush() 140 static void rgrp_go_sync(struct gfs2_glock *gl) in rgrp_go_sync() 174 static void rgrp_go_inval(struct gfs2_glock *gl, int flags) in rgrp_go_inval() 195 static void inode_go_sync(struct gfs2_glock *gl) in inode_go_sync() 243 static void inode_go_inval(struct gfs2_glock *gl, int flags) in inode_go_inval() 274 static int inode_go_demote_ok(const struct gfs2_glock *gl) in inode_go_demote_ok() 410 struct gfs2_glock *gl = gh->gh_gl; in inode_go_lock() local [all …]
|
D | glock.h | 138 static inline struct gfs2_holder *gfs2_glock_is_locked_by_me(struct gfs2_glock *gl) in gfs2_glock_is_locked_by_me() 159 static inline int gfs2_glock_is_held_excl(struct gfs2_glock *gl) in gfs2_glock_is_held_excl() 164 static inline int gfs2_glock_is_held_dfrd(struct gfs2_glock *gl) in gfs2_glock_is_held_dfrd() 169 static inline int gfs2_glock_is_held_shrd(struct gfs2_glock *gl) in gfs2_glock_is_held_shrd() 174 static inline struct address_space *gfs2_glock2aspace(struct gfs2_glock *gl) in gfs2_glock2aspace() 203 #define GLOCK_BUG_ON(gl,x) do { if (unlikely(x)) { gfs2_dump_glock(NULL, gl); BUG(); } } while(0) argument 217 static inline int gfs2_glock_nq_init(struct gfs2_glock *gl, in gfs2_glock_nq_init()
|
D | meta_io.c | 114 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf() 182 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) in gfs2_meta_new() 200 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, in gfs2_meta_read() 340 struct gfs2_glock *gl = ip->i_gl; in gfs2_meta_indirect_buffer() local 363 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) in gfs2_meta_ra()
|
D | main.c | 50 struct gfs2_glock *gl = foo; in gfs2_init_glock_once() local 63 struct gfs2_glock *gl = foo; in gfs2_init_gl_aspace_once() local
|
D | lock_dlm.c | 73 static inline void gfs2_update_reply_times(struct gfs2_glock *gl) in gfs2_update_reply_times() 100 static inline void gfs2_update_request_times(struct gfs2_glock *gl) in gfs2_update_request_times() 119 struct gfs2_glock *gl = arg; in gdlm_ast() local 168 struct gfs2_glock *gl = arg; in gdlm_bast() local 205 static u32 make_flags(struct gfs2_glock *gl, const unsigned int gfs_flags, in make_flags() 253 static int gdlm_lock(struct gfs2_glock *gl, unsigned int req_state, in gdlm_lock() 282 static void gdlm_put_lock(struct gfs2_glock *gl) in gdlm_put_lock() 320 static void gdlm_cancel(struct gfs2_glock *gl) in gdlm_cancel()
|
D | trans.c | 125 static struct gfs2_bufdata *gfs2_alloc_bufdata(struct gfs2_glock *gl, in gfs2_alloc_bufdata() 158 void gfs2_trans_add_data(struct gfs2_glock *gl, struct buffer_head *bh) in gfs2_trans_add_data() 224 void gfs2_trans_add_meta(struct gfs2_glock *gl, struct buffer_head *bh) in gfs2_trans_add_meta()
|
D | lops.c | 72 struct gfs2_glock *gl = bd->bd_gl; in maybe_release_space() local 118 struct gfs2_glock *gl = bd->bd_gl; in gfs2_unpin() local 536 struct gfs2_glock *gl = ip->i_gl; in buf_lo_scan_elements() local 585 static void gfs2_meta_sync(struct gfs2_glock *gl) in gfs2_meta_sync() 663 struct gfs2_glock *gl; in revoke_lo_after_commit() local 773 struct gfs2_glock *gl = ip->i_gl; in databuf_lo_scan_elements() local
|
D | log.c | 98 struct gfs2_glock *gl = NULL; in gfs2_ail1_start_one() local 581 struct gfs2_glock *gl = bd->bd_gl; in gfs2_add_revoke() local 704 void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl, in gfs2_log_flush()
|
D | rgrp.c | 723 struct gfs2_glock *gl; in gfs2_clear_rgrpd() local 1032 struct gfs2_glock *gl = ip->i_gl; in gfs2_rindex_update() local 1149 struct gfs2_glock *gl = rgd->rd_gl; in gfs2_rgrp_bh_get() local 1768 struct gfs2_glock *gl; in try_rgrp_unlink() local 1849 const struct gfs2_glock *gl = rgd->rd_gl; in gfs2_rgrp_congested() local 1933 struct gfs2_glock *gl = rgd->rd_gl; in fast_to_acquire() local 2203 void gfs2_rgrp_dump(struct seq_file *seq, const struct gfs2_glock *gl) in gfs2_rgrp_dump()
|
D | recovery.c | 36 struct gfs2_glock *gl = ip->i_gl; in gfs2_replay_read_block() local
|
D | super.c | 1303 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() local 1428 struct gfs2_glock *gl = ip->i_gl; in gfs2_final_release_pages() local
|
D | bmap.c | 273 static void gfs2_metapath_ra(struct gfs2_glock *gl, in gfs2_metapath_ra() 400 struct gfs2_glock *gl, unsigned int i, in gfs2_indirect_init()
|
D | file.c | 1019 struct gfs2_glock *gl; in do_flock() local
|
D | sys.c | 216 struct gfs2_glock *gl; in demote_rq_store() local
|
D | inode.c | 834 struct gfs2_glock *gl; in __gfs2_lookup() local
|
D | incore.h | 829 static inline void gfs2_glstats_inc(struct gfs2_glock *gl, int which) in gfs2_glstats_inc() 834 static inline void gfs2_sbstats_inc(const struct gfs2_glock *gl, int which) in gfs2_sbstats_inc()
|
D | dir.c | 1393 struct gfs2_glock *gl = ip->i_gl; in gfs2_dir_readahead() local
|
/linux-4.1.27/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 1267 struct cxgbi_gather_list *gl, unsigned int gidx) in cxgbi_ddp_ppod_set() 1288 struct cxgbi_gather_list *gl) in ddp_find_unused_entries() 1330 struct cxgbi_gather_list *gl) in ddp_gl_unmap() 1340 struct cxgbi_gather_list *gl) in ddp_gl_map() 1367 static void ddp_release_gl(struct cxgbi_gather_list *gl, in ddp_release_gl() 1380 struct cxgbi_gather_list *gl; in ddp_make_gl() local 1466 struct cxgbi_gather_list *gl = ddp->gl_map[idx]; in ddp_tag_release() local 1486 u32 sw_tag, u32 *tagp, struct cxgbi_gather_list *gl, in ddp_tag_reserve() 1551 struct cxgbi_gather_list *gl; in cxgbi_ddp_reserve() local 1589 struct cxgbi_gather_list *gl = ddp->gl_map[i]; in ddp_destroy() local
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 1457 const struct pkt_gl *gl, in copy_frags() 1485 static struct sk_buff *t4vf_pktgl_to_skb(const struct pkt_gl *gl, in t4vf_pktgl_to_skb() 1533 static void t4vf_pktgl_free(const struct pkt_gl *gl) in t4vf_pktgl_free() 1551 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro() 1597 const struct pkt_gl *gl) in t4vf_ethrx_handler() 1689 static void restore_rx_bufs(const struct pkt_gl *gl, struct sge_fl *fl, in restore_rx_bufs() 1758 struct pkt_gl gl; in process_responses() local
|
D | cxgb4vf_main.c | 429 const struct pkt_gl *gl) in fwevtq_handler()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | device.c | 1067 static inline struct sk_buff *copy_gl_to_skb_pkt(const struct pkt_gl *gl, in copy_gl_to_skb_pkt() 1105 static inline int recv_rx_pkt(struct c4iw_dev *dev, const struct pkt_gl *gl, in recv_rx_pkt() 1131 const struct pkt_gl *gl) in c4iw_uld_rx_handler()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 1694 const struct pkt_gl *gl, unsigned int offset) in copy_frags() 1721 struct sk_buff *cxgb4_pktgl_to_skb(const struct pkt_gl *gl, in cxgb4_pktgl_to_skb() 1760 static void t4_pktgl_free(const struct pkt_gl *gl) in t4_pktgl_free() 1774 const struct pkt_gl *gl) in handle_trace_pkt() 1796 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro()
|
D | cxgb4_main.c | 589 const struct pkt_gl *gl) in fwevtq_handler() 681 const struct pkt_gl *gl) in uldrx_handler()
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1551 struct cxgbi_gather_list *gl, in ddp_ppod_write_idata() 1592 struct cxgbi_gather_list *gl) in ddp_set_map()
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1083 struct cxgbi_gather_list *gl) in ddp_set_map()
|
/linux-4.1.27/tools/perf/util/ |
D | probe-finder.c | 972 static int pubname_search_cb(Dwarf *dbg, Dwarf_Global *gl, void *data) in pubname_search_cb()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | hypervisor.h | 1217 unsigned char gl; /* Global register level */ member
|