| /Linux-v5.4/fs/gfs2/ | 
| D | glock.c | 54 	struct gfs2_glock *gl;		/* current glock struct        */  member 116 static void wake_up_glock(struct gfs2_glock *gl)  in wake_up_glock() 126 	struct gfs2_glock *gl = container_of(rcu, struct gfs2_glock, gl_rcu);  in gfs2_glock_dealloc()  local 136 void gfs2_glock_free(struct gfs2_glock *gl)  in gfs2_glock_free() 155 void gfs2_glock_hold(struct gfs2_glock *gl)  in gfs2_glock_hold() 168 static int demote_ok(const struct gfs2_glock *gl)  in demote_ok() 182 void gfs2_glock_add_to_lru(struct gfs2_glock *gl)  in gfs2_glock_add_to_lru() 200 static void gfs2_glock_remove_from_lru(struct gfs2_glock *gl)  in gfs2_glock_remove_from_lru() 218 static void __gfs2_glock_queue_work(struct gfs2_glock *gl, unsigned long delay) {  in __gfs2_glock_queue_work() 231 static void gfs2_glock_queue_work(struct gfs2_glock *gl, unsigned long delay) {  in gfs2_glock_queue_work() [all …] 
 | 
| D | glops.c | 32 static void gfs2_ail_error(struct gfs2_glock *gl, const struct buffer_head *bh)  in gfs2_ail_error() 53 static void __gfs2_ail_flush(struct gfs2_glock *gl, bool fsync,  in __gfs2_ail_flush() 82 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() 143 static void rgrp_go_sync(struct gfs2_glock *gl)  in rgrp_go_sync() 184 static void rgrp_go_inval(struct gfs2_glock *gl, int flags)  in rgrp_go_inval() 201 static struct gfs2_inode *gfs2_glock2inode(struct gfs2_glock *gl)  in gfs2_glock2inode() 213 struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl)  in gfs2_glock2rgrp() 239 static void inode_go_sync(struct gfs2_glock *gl)  in inode_go_sync() 290 static void inode_go_inval(struct gfs2_glock *gl, int flags)  in inode_go_inval() [all …] 
 | 
| D | glock.h | 136 static inline struct gfs2_holder *gfs2_glock_is_locked_by_me(struct gfs2_glock *gl)  in gfs2_glock_is_locked_by_me() 157 static inline int gfs2_glock_is_held_excl(struct gfs2_glock *gl)  in gfs2_glock_is_held_excl() 162 static inline int gfs2_glock_is_held_dfrd(struct gfs2_glock *gl)  in gfs2_glock_is_held_dfrd() 167 static inline int gfs2_glock_is_held_shrd(struct gfs2_glock *gl)  in gfs2_glock_is_held_shrd() 172 static inline struct address_space *gfs2_glock2aspace(struct gfs2_glock *gl)  in gfs2_glock2aspace() 205 #define GLOCK_BUG_ON(gl,x) do { if (unlikely(x)) {		\  argument 221 static inline int gfs2_glock_nq_init(struct gfs2_glock *gl,  in gfs2_glock_nq_init() 274 static inline void glock_set_object(struct gfs2_glock *gl, void *object)  in glock_set_object() 301 static inline void glock_clear_object(struct gfs2_glock *gl, void *object)  in glock_clear_object()
  | 
| D | meta_io.c | 110 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create)  in gfs2_getbuf() 178 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno)  in gfs2_meta_new() 247 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags,  in gfs2_meta_read() 406 	struct gfs2_glock *gl = ip->i_gl;  in gfs2_meta_indirect_buffer()  local 434 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen)  in gfs2_meta_ra()
  | 
| D | lock_dlm.c | 70 static inline void gfs2_update_reply_times(struct gfs2_glock *gl)  in gfs2_update_reply_times() 97 static inline void gfs2_update_request_times(struct gfs2_glock *gl)  in gfs2_update_request_times() 116 	struct gfs2_glock *gl = arg;  in gdlm_ast()  local 165 	struct gfs2_glock *gl = arg;  in gdlm_bast()  local 202 static u32 make_flags(struct gfs2_glock *gl, const unsigned int gfs_flags,  in make_flags() 250 static int gdlm_lock(struct gfs2_glock *gl, unsigned int req_state,  in gdlm_lock() 279 static void gdlm_put_lock(struct gfs2_glock *gl)  in gdlm_put_lock() 317 static void gdlm_cancel(struct gfs2_glock *gl)  in gdlm_cancel()
  | 
| D | trans.c | 123 static struct gfs2_bufdata *gfs2_alloc_bufdata(struct gfs2_glock *gl,  in gfs2_alloc_bufdata() 150 void gfs2_trans_add_data(struct gfs2_glock *gl, struct buffer_head *bh)  in gfs2_trans_add_data() 187 void gfs2_trans_add_meta(struct gfs2_glock *gl, struct buffer_head *bh)  in gfs2_trans_add_meta()
  | 
| D | main.c | 52 	struct gfs2_glock *gl = foo;  in gfs2_init_glock_once()  local 64 	struct gfs2_glock *gl = foo;  in gfs2_init_gl_aspace_once()  local
  | 
| 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 734 	struct gfs2_glock *gl = ip->i_gl;  in buf_lo_scan_elements()  local 801 static void gfs2_meta_sync(struct gfs2_glock *gl)  in gfs2_meta_sync() 879 	struct gfs2_glock *gl;  in revoke_lo_after_commit()  local 990 	struct gfs2_glock *gl = ip->i_gl;  in databuf_lo_scan_elements()  local
  | 
| D | super.c | 999 		struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl;  in gfs2_drop_inode()  local 1012 		struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl;  in gfs2_drop_inode()  local 1143 	struct gfs2_glock *gl = ip->i_gl;  in gfs2_final_release_pages()  local 1211 static void gfs2_glock_put_eventually(struct gfs2_glock *gl)  in gfs2_glock_put_eventually() 1380 		struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl;  in gfs2_evict_inode()  local
  | 
| D | log.c | 97 	struct gfs2_glock *gl = NULL;  in gfs2_ail1_start_one()  local 599 	struct gfs2_glock *gl = bd->bd_gl;  in gfs2_add_revoke()  local 784 void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl, u32 flags)  in gfs2_log_flush()
  | 
| D | rgrp.c | 724 	struct gfs2_glock *gl;  in gfs2_clear_rgrpd()  local 1037 	struct gfs2_glock *gl = ip->i_gl;  in gfs2_rindex_update()  local 1185 	struct gfs2_glock *gl = rgd->rd_gl;  in gfs2_rgrp_bh_get()  local 1838 	struct gfs2_glock *gl;  in try_rgrp_unlink()  local 1919 	const struct gfs2_glock *gl = rgd->rd_gl;  in gfs2_rgrp_congested()  local 2012 	struct gfs2_glock *gl = rgd->rd_gl;  in fast_to_acquire()  local 2255 void gfs2_rgrp_dump(struct seq_file *seq, 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 | bmap.c | 299 static void gfs2_metapath_ra(struct gfs2_glock *gl, __be64 *start, __be64 *end)  in gfs2_metapath_ra() 608 					 struct gfs2_glock *gl, unsigned int i,  in gfs2_indirect_init()
  | 
| D | sys.c | 228 	struct gfs2_glock *gl;  in demote_rq_store()  local
  | 
| D | file.c | 1201 	struct gfs2_glock *gl;  in do_flock()  local
  | 
| D | inode.c | 841 	struct gfs2_glock *gl;  in __gfs2_lookup()  local
  | 
| D | incore.h | 857 static inline void gfs2_glstats_inc(struct gfs2_glock *gl, int which)  in gfs2_glstats_inc() 862 static inline void gfs2_sbstats_inc(const struct gfs2_glock *gl, int which)  in gfs2_sbstats_inc()
  | 
| /Linux-v5.4/drivers/target/iscsi/cxgbit/ | 
| D | cxgbit_main.c | 212 cxgbit_copy_frags(struct sk_buff *skb, const struct pkt_gl *gl,  in cxgbit_copy_frags() 235 cxgbit_lro_add_packet_gl(struct sk_buff *skb, u8 op, const struct pkt_gl *gl)  in cxgbit_lro_add_packet_gl() 309 cxgbit_lro_init_skb(struct cxgbit_sock *csk, u8 op, const struct pkt_gl *gl,  in cxgbit_lro_init_skb() 373 		   const struct pkt_gl *gl, struct t4_lro_mgr *lro_mgr,  in cxgbit_lro_receive() 428 			  const struct pkt_gl *gl, struct t4_lro_mgr *lro_mgr,  in cxgbit_uld_lro_rx_handler()
  | 
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/ | 
| D | sge.c | 1473 			      const struct pkt_gl *gl,  in copy_frags() 1501 static struct sk_buff *t4vf_pktgl_to_skb(const struct pkt_gl *gl,  in t4vf_pktgl_to_skb() 1549 static void t4vf_pktgl_free(const struct pkt_gl *gl)  in t4vf_pktgl_free() 1567 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl,  in do_gro() 1615 		       const struct pkt_gl *gl)  in t4vf_ethrx_handler() 1711 static void restore_rx_bufs(const struct pkt_gl *gl, struct sge_fl *fl,  in restore_rx_bufs() 1780 			struct pkt_gl gl;  in process_responses()  local
  | 
| /Linux-v5.4/drivers/crypto/chelsio/chtls/ | 
| D | chtls_main.c | 332 static struct sk_buff *copy_gl_to_skb_pkt(const struct pkt_gl *gl,  in copy_gl_to_skb_pkt() 358 			     const struct pkt_gl *gl, const __be64 *rsp)  in chtls_recv_packet() 432 				const struct pkt_gl *gl)  in chtls_uld_rx_handler()
  | 
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ | 
| D | device.c | 1103 static inline struct sk_buff *copy_gl_to_skb_pkt(const struct pkt_gl *gl,  in copy_gl_to_skb_pkt() 1141 static inline int recv_rx_pkt(struct c4iw_dev *dev, const struct pkt_gl *gl,  in recv_rx_pkt() 1166 			const struct pkt_gl *gl)  in c4iw_uld_rx_handler()
  | 
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | sge.c | 2627 			      const struct pkt_gl *gl, unsigned int offset)  in copy_frags() 2654 struct sk_buff *cxgb4_pktgl_to_skb(const struct pkt_gl *gl,  in cxgb4_pktgl_to_skb() 2693 static void t4_pktgl_free(const struct pkt_gl *gl)  in t4_pktgl_free() 2707 				     const struct pkt_gl *gl)  in handle_trace_pkt() 2751 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl,  in do_gro() 2899 				     const struct pkt_gl *gl)  in t4_tx_completion_handler()
  | 
| D | cxgb4_uld.c | 104 			 const struct pkt_gl *gl)  in uldrx_handler()
  | 
| /Linux-v5.4/tools/perf/util/ | 
| D | probe-finder.c | 1046 static int pubname_search_cb(Dwarf *dbg, Dwarf_Global *gl, void *data)  in pubname_search_cb()
  | 
| /Linux-v5.4/drivers/scsi/qedi/ | 
| D | qedi_main.c | 1448 	struct global_queue **gl = qedi->global_queues;  in qedi_free_global_queues()  local
  |