/linux-4.4.14/fs/gfs2/ |
D | glock.c | 56 struct gfs2_glock *gl; /* current glock struct */ member 83 void gfs2_glock_free(struct gfs2_glock *gl) in gfs2_glock_free() 103 static void gfs2_glock_hold(struct gfs2_glock *gl) in gfs2_glock_hold() 116 static int demote_ok(const struct gfs2_glock *gl) in demote_ok() 130 void gfs2_glock_add_to_lru(struct gfs2_glock *gl) in gfs2_glock_add_to_lru() 144 static void gfs2_glock_remove_from_lru(struct gfs2_glock *gl) in gfs2_glock_remove_from_lru() 161 void gfs2_glock_put(struct gfs2_glock *gl) in gfs2_glock_put() 188 static inline int may_grant(const struct gfs2_glock *gl, const struct gfs2_holder *gh) in may_grant() 221 static inline void do_error(struct gfs2_glock *gl, const int ret) in do_error() 248 static int do_promote(struct gfs2_glock *gl) in do_promote() [all …]
|
D | glops.c | 33 static void gfs2_ail_error(struct gfs2_glock *gl, const struct buffer_head *bh) in gfs2_ail_error() 54 static void __gfs2_ail_flush(struct gfs2_glock *gl, bool fsync, in __gfs2_ail_flush() 83 static void gfs2_ail_empty_gl(struct gfs2_glock *gl) in gfs2_ail_empty_gl() 112 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush() 142 static void rgrp_go_sync(struct gfs2_glock *gl) in rgrp_go_sync() 182 static void rgrp_go_inval(struct gfs2_glock *gl, int flags) in rgrp_go_inval() 205 static void inode_go_sync(struct gfs2_glock *gl) in inode_go_sync() 253 static void inode_go_inval(struct gfs2_glock *gl, int flags) in inode_go_inval() 284 static int inode_go_demote_ok(const struct gfs2_glock *gl) in inode_go_demote_ok() 420 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 | 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 | 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 | 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() 226 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 529 struct gfs2_glock *gl = ip->i_gl; in buf_lo_scan_elements() local 578 static void gfs2_meta_sync(struct gfs2_glock *gl) in gfs2_meta_sync() 656 struct gfs2_glock *gl; in revoke_lo_after_commit() local 766 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 1033 struct gfs2_glock *gl = ip->i_gl; in gfs2_rindex_update() local 1150 struct gfs2_glock *gl = rgd->rd_gl; in gfs2_rgrp_bh_get() local 1782 struct gfs2_glock *gl; in try_rgrp_unlink() local 1863 const struct gfs2_glock *gl = rgd->rd_gl; in gfs2_rgrp_congested() local 1956 struct gfs2_glock *gl = rgd->rd_gl; in fast_to_acquire() local 2226 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 | 241 struct gfs2_glock *gl; in demote_rq_store() local
|
D | inode.c | 834 struct gfs2_glock *gl; in __gfs2_lookup() local
|
D | incore.h | 831 static inline void gfs2_glstats_inc(struct gfs2_glock *gl, int which) in gfs2_glstats_inc() 836 static inline void gfs2_sbstats_inc(const struct gfs2_glock *gl, int which) in gfs2_sbstats_inc()
|
D | dir.c | 1398 struct gfs2_glock *gl = ip->i_gl; in gfs2_dir_readahead() local
|
/linux-4.4.14/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 1271 struct cxgbi_gather_list *gl, unsigned int gidx) in cxgbi_ddp_ppod_set() 1292 struct cxgbi_gather_list *gl) in ddp_find_unused_entries() 1334 struct cxgbi_gather_list *gl) in ddp_gl_unmap() 1344 struct cxgbi_gather_list *gl) in ddp_gl_map() 1371 static void ddp_release_gl(struct cxgbi_gather_list *gl, in ddp_release_gl() 1384 struct cxgbi_gather_list *gl; in ddp_make_gl() local 1470 struct cxgbi_gather_list *gl = ddp->gl_map[idx]; in ddp_tag_release() local 1490 u32 sw_tag, u32 *tagp, struct cxgbi_gather_list *gl, in ddp_tag_reserve() 1555 struct cxgbi_gather_list *gl; in cxgbi_ddp_reserve() local 1593 struct cxgbi_gather_list *gl = ddp->gl_map[i]; in ddp_destroy() local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 1474 const struct pkt_gl *gl, in copy_frags() 1502 static struct sk_buff *t4vf_pktgl_to_skb(const struct pkt_gl *gl, in t4vf_pktgl_to_skb() 1550 static void t4vf_pktgl_free(const struct pkt_gl *gl) in t4vf_pktgl_free() 1568 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro() 1614 const struct pkt_gl *gl) in t4vf_ethrx_handler() 1706 static void restore_rx_bufs(const struct pkt_gl *gl, struct sge_fl *fl, in restore_rx_bufs() 1775 struct pkt_gl gl; in process_responses() local
|
D | cxgb4vf_main.c | 429 const struct pkt_gl *gl) in fwevtq_handler()
|
/linux-4.4.14/drivers/iommu/ |
D | intel-svm.c | 150 unsigned long address, unsigned long pages, int ih, int gl) in intel_flush_svm_range_dev() 196 unsigned long pages, int ih, int gl) in intel_flush_svm_range()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | device.c | 1059 static inline struct sk_buff *copy_gl_to_skb_pkt(const struct pkt_gl *gl, in copy_gl_to_skb_pkt() 1097 static inline int recv_rx_pkt(struct c4iw_dev *dev, const struct pkt_gl *gl, in recv_rx_pkt() 1123 const struct pkt_gl *gl) in c4iw_uld_rx_handler()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 1721 const struct pkt_gl *gl, unsigned int offset) in copy_frags() 1748 struct sk_buff *cxgb4_pktgl_to_skb(const struct pkt_gl *gl, in cxgb4_pktgl_to_skb() 1787 static void t4_pktgl_free(const struct pkt_gl *gl) in t4_pktgl_free() 1801 const struct pkt_gl *gl) in handle_trace_pkt() 1845 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro()
|
D | cxgb4_main.c | 601 const struct pkt_gl *gl) in fwevtq_handler() 693 const struct pkt_gl *gl) in uldrx_handler()
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1575 struct cxgbi_gather_list *gl, in ddp_ppod_write_idata() 1616 struct cxgbi_gather_list *gl) in ddp_set_map()
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1085 struct cxgbi_gather_list *gl) in ddp_set_map()
|
/linux-4.4.14/tools/perf/util/ |
D | probe-finder.c | 992 static int pubname_search_cb(Dwarf *dbg, Dwarf_Global *gl, void *data) in pubname_search_cb()
|
/linux-4.4.14/include/linux/ |
D | intel-iommu.h | 308 #define QI_EIOTLB_GL(gl) (((u64)gl) << 7) argument
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | hypervisor.h | 1217 unsigned char gl; /* Global register level */ member
|