/linux/fs/gfs2/ |
H A D | glock.c | 57 struct gfs2_glock *gl; /* current glock struct */ member 119 static void wake_up_glock(struct gfs2_glock *gl) in wake_up_glock() 129 struct gfs2_glock *gl = container_of(rcu, struct gfs2_glock, gl_rcu); in gfs2_glock_dealloc() local 153 static bool glock_blocked_by_withdraw(struct gfs2_glock *gl) in glock_blocked_by_withdraw() 167 static void __gfs2_glock_free(struct gfs2_glock *gl) in __gfs2_glock_free() 175 void gfs2_glock_free(struct gfs2_glock *gl) { in gfs2_glock_free() 183 void gfs2_glock_free_later(struct gfs2_glock *gl) { in gfs2_glock_free_later() 198 struct gfs2_glock *gl; in gfs2_free_dead_glocks() local 212 struct gfs2_glock *gfs2_glock_hold(struct gfs2_glock *gl) in gfs2_glock_hold() 219 static void gfs2_glock_add_to_lru(struct gfs2_glock *gl) in gfs2_glock_add_to_lru() [all …]
|
H A D | glops.c | 35 static void gfs2_ail_error(struct gfs2_glock *gl, const struct buffer_head *bh) in gfs2_ail_error() 60 static void __gfs2_ail_flush(struct gfs2_glock *gl, bool fsync, in __gfs2_ail_flush() 92 static int gfs2_ail_empty_gl(struct gfs2_glock *gl) in gfs2_ail_empty_gl() 145 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush() 169 static int gfs2_rgrp_metasync(struct gfs2_glock *gl) in gfs2_rgrp_metasync() 197 static int rgrp_go_sync(struct gfs2_glock *gl) in rgrp_go_sync() 226 static void rgrp_go_inval(struct gfs2_glock *gl, int flags) in rgrp_go_inval() 243 static void gfs2_rgrp_go_dump(struct seq_file *seq, const struct gfs2_glock *gl, in gfs2_rgrp_go_dump() 252 static struct gfs2_inode *gfs2_glock2inode(struct gfs2_glock *gl) in gfs2_glock2inode() 264 struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl) in gfs2_glock2rgrp() [all …]
|
H A D | glock.h | 153 static inline struct gfs2_holder *gfs2_glock_is_locked_by_me(struct gfs2_glock *gl) in gfs2_glock_is_locked_by_me() 174 static inline struct address_space *gfs2_glock2aspace(struct gfs2_glock *gl) in gfs2_glock2aspace() 194 static inline void gfs2_holder_init(struct gfs2_glock *gl, unsigned int state, in gfs2_holder_init() 219 #define GLOCK_BUG_ON(gl,x) do { if (unlikely(x)) { \ argument 222 #define gfs2_glock_assert_warn(gl, x) do { if (unlikely(!(x))) { \ argument 226 #define gfs2_glock_assert_withdraw(gl, x) do { if (unlikely(!(x))) { \ argument 244 static inline int gfs2_glock_nq_init(struct gfs2_glock *gl, in gfs2_glock_nq_init() 302 static inline bool glock_needs_demote(struct gfs2_glock *gl) in glock_needs_demote()
|
H A D | lock_dlm.c | 76 static inline void gfs2_update_reply_times(struct gfs2_glock *gl, in gfs2_update_reply_times() 103 static inline void gfs2_update_request_times(struct gfs2_glock *gl) in gfs2_update_request_times() 122 struct gfs2_glock *gl = arg; in gdlm_ast() local 187 struct gfs2_glock *gl = arg; in gdlm_bast() local 240 static u32 make_flags(struct gfs2_glock *gl, const unsigned int gfs_flags, in make_flags() 281 static int gdlm_lock(struct gfs2_glock *gl, unsigned int req_state, in gdlm_lock() 329 static void gdlm_put_lock(struct gfs2_glock *gl) in gdlm_put_lock() 388 static void gdlm_cancel(struct gfs2_glock *gl) in gdlm_cancel()
|
H A D | meta_io.c | 126 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf() 193 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) in gfs2_meta_new() 259 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, in gfs2_meta_read() 490 struct gfs2_glock *gl = ip->i_gl; in gfs2_meta_buffer() local 517 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) in gfs2_meta_ra()
|
H A D | super.c | 1026 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() local 1039 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() local 1178 static void gfs2_glock_put_eventually(struct gfs2_glock *gl) in gfs2_glock_put_eventually() 1447 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode() local
|
H A D | main.c | 52 struct gfs2_glock *gl = foo; in gfs2_init_glock_once() local
|
H A D | inode.c | 445 struct gfs2_glock *gl = ip->i_gl; in gfs2_final_release_pages() local 972 struct gfs2_glock *gl; in __gfs2_lookup() local 1946 struct gfs2_glock *gl; in gfs2_permission() local 2233 struct gfs2_glock *gl = ip->i_gl; in gfs2_update_time() local
|
H A D | file.c | 1472 struct gfs2_glock *gl = gfs2_glock_hold(fl_gh->gh_gl); in __flock_holder_uninit() local 1490 struct gfs2_glock *gl; in do_flock() local
|
H A D | bmap.c | 294 static void gfs2_metapath_ra(struct gfs2_glock *gl, __be64 *start, __be64 *end) in gfs2_metapath_ra() 609 struct gfs2_glock *gl, unsigned int i, in gfs2_indirect_init()
|
H A D | incore.h | 859 static inline void gfs2_glstats_inc(struct gfs2_glock *gl, int which) in gfs2_glstats_inc() 864 static inline void gfs2_sbstats_inc(const struct gfs2_glock *gl, int which) in gfs2_sbstats_inc()
|
H A D | dir.c | 1484 struct gfs2_glock *gl = ip->i_gl; in gfs2_dir_readahead() local
|
/linux/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_main.c | 219 cxgbit_copy_frags(struct sk_buff *skb, const struct pkt_gl *gl, in cxgbit_copy_frags() 242 cxgbit_lro_add_packet_gl(struct sk_buff *skb, u8 op, const struct pkt_gl *gl) in cxgbit_lro_add_packet_gl() 316 cxgbit_lro_init_skb(struct cxgbit_sock *csk, u8 op, const struct pkt_gl *gl, in cxgbit_lro_init_skb() 380 const struct pkt_gl *gl, struct t4_lro_mgr *lro_mgr, in cxgbit_lro_receive() 435 const struct pkt_gl *gl, struct t4_lro_mgr *lro_mgr, in cxgbit_uld_lro_rx_handler()
|
/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 1470 const struct pkt_gl *gl, in copy_frags() 1498 static struct sk_buff *t4vf_pktgl_to_skb(const struct pkt_gl *gl, in t4vf_pktgl_to_skb() 1546 static void t4vf_pktgl_free(const struct pkt_gl *gl) in t4vf_pktgl_free() 1564 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro() 1612 const struct pkt_gl *gl) in t4vf_ethrx_handler() 1708 static void restore_rx_bufs(const struct pkt_gl *gl, struct sge_fl *fl, in restore_rx_bufs() 1777 struct pkt_gl gl; in process_responses() local
|
H A D | cxgb4vf_main.c | 488 const struct pkt_gl *gl) in fwevtq_handler()
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_main.c | 339 static struct sk_buff *copy_gl_to_skb_pkt(const struct pkt_gl *gl, in copy_gl_to_skb_pkt() 366 const struct pkt_gl *gl, const __be64 *rsp) in chtls_recv_packet() 440 const struct pkt_gl *gl) in chtls_uld_rx_handler()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 3306 const struct pkt_gl *gl, unsigned int offset) in copy_frags() 3333 struct sk_buff *cxgb4_pktgl_to_skb(const struct pkt_gl *gl, in cxgb4_pktgl_to_skb() 3372 static void t4_pktgl_free(const struct pkt_gl *gl) in t4_pktgl_free() 3386 const struct pkt_gl *gl) in handle_trace_pkt() 3430 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro() 3579 const struct pkt_gl *gl) in t4_tx_completion_handler()
|
H A D | cxgb4_uld.c | 75 const struct pkt_gl *gl) in uldrx_handler()
|
H A D | cxgb4_main.c | 556 const struct pkt_gl *gl) in fwevtq_handler()
|
/linux/tools/perf/util/ |
H A D | probe-finder.c | 1033 static int pubname_search_cb(Dwarf *dbg, Dwarf_Global *gl, void *data) in pubname_search_cb()
|
/linux/tools/testing/cxl/test/ |
H A D | mem.c | 578 struct cxl_mbox_get_log *gl = cmd->payload_in; in mock_get_log() local
|
/linux/drivers/scsi/qedi/ |
H A D | qedi_main.c | 1519 struct global_queue **gl = qedi->global_queues; in qedi_free_global_queues() local
|
/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_main.c | 186 struct fun_dataop_gl gl; in fun_config_rss() member
|
/linux/arch/sparc/include/asm/ |
H A D | hypervisor.h | 1375 unsigned char gl; /* Global register level */ member
|