Home
last modified time | relevance | path

Searched refs:gfs2_glock (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.3-rc2/fs/gfs2/
A Dglock.h135 void (*lm_put_lock) (struct gfs2_glock *gl);
138 void (*lm_cancel) (struct gfs2_glock *gl);
143 struct gfs2_glock glock;
195 int create, struct gfs2_glock **glp);
196 extern struct gfs2_glock *gfs2_glock_hold(struct gfs2_glock *gl);
197 extern void gfs2_glock_put(struct gfs2_glock *gl);
198 extern void gfs2_glock_queue_put(struct gfs2_glock *gl);
253 static inline int gfs2_glock_nq_init(struct gfs2_glock *gl, in gfs2_glock_nq_init()
270 extern bool gfs2_queue_try_to_evict(struct gfs2_glock *gl);
276 extern void gfs2_glock_add_to_lru(struct gfs2_glock *gl);
[all …]
A Dincore.h31 struct gfs2_glock;
142 struct gfs2_glock *bd_gl;
218 int (*go_sync) (struct gfs2_glock *gl);
227 void (*go_free)(struct gfs2_glock *gl);
262 struct gfs2_glock *gh_gl;
337 struct gfs2_glock { struct
391 struct gfs2_glock *i_gl; argument
461 struct gfs2_glock *qd_gl;
721 struct gfs2_glock *sd_rename_gl;
722 struct gfs2_glock *sd_freeze_gl;
[all …]
A Dglock.c131 struct gfs2_glock *gl = container_of(rcu, struct gfs2_glock, gl_rcu); in gfs2_glock_dealloc()
188 struct gfs2_glock *gfs2_glock_hold(struct gfs2_glock *gl) in gfs2_glock_hold()
1001 struct gfs2_glock *gl = container_of(dwork, struct gfs2_glock, gl_delete); in delete_work_func()
1054 struct gfs2_glock *gl = container_of(work, struct gfs2_glock, gl_work.work); in glock_work_func()
1103 struct gfs2_glock *gl; in find_insert_glock()
1147 struct gfs2_glock **glp) in gfs2_glock_get()
1153 struct gfs2_glock *gl, *tmp; in gfs2_glock_get()
1736 struct gfs2_glock *gl; in gfs2_glock_nq_num()
1968 struct gfs2_glock *gl; in gfs2_dispose_glock_lru()
2067 struct gfs2_glock *gl; in glock_hash_walk()
[all …]
A Dglops.c88 static int gfs2_ail_empty_gl(struct gfs2_glock *gl) in gfs2_ail_empty_gl()
138 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush()
162 static int gfs2_rgrp_metasync(struct gfs2_glock *gl) in gfs2_rgrp_metasync()
190 static int rgrp_go_sync(struct gfs2_glock *gl) in rgrp_go_sync()
282 int gfs2_inode_metasync(struct gfs2_glock *gl) in gfs2_inode_metasync()
300 static int inode_go_sync(struct gfs2_glock *gl) in inode_go_sync()
507 struct gfs2_glock *gl = gh->gh_gl; in inode_go_held()
561 static int freeze_go_sync(struct gfs2_glock *gl) in freeze_go_sync()
604 static int freeze_go_xmote_bh(struct gfs2_glock *gl) in freeze_go_xmote_bh()
608 struct gfs2_glock *j_gl = ip->i_gl; in freeze_go_xmote_bh()
[all …]
A Dmeta_io.h53 extern struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno);
54 extern int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags,
57 extern struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno,
75 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen);
A Dtrans.h13 struct gfs2_glock;
44 extern void gfs2_trans_add_data(struct gfs2_glock *gl, struct buffer_head *bh);
45 extern void gfs2_trans_add_meta(struct gfs2_glock *gl, struct buffer_head *bh);
A Dglops.h25 extern int gfs2_inode_metasync(struct gfs2_glock *gl);
26 extern void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
A Dlog.h86 extern void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl,
94 extern void gfs2_glock_remove_revoke(struct gfs2_glock *gl);
A Dmeta_io.c114 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf()
186 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) in gfs2_meta_new()
253 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, in gfs2_meta_read()
489 struct gfs2_glock *gl = ip->i_gl; in gfs2_meta_buffer()
516 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) in gfs2_meta_ra()
A Dmain.c52 struct gfs2_glock *gl = foo; in gfs2_init_glock_once()
98 sizeof(struct gfs2_glock), in init_gfs2_fs()
A Dlock_dlm.c75 static inline void gfs2_update_reply_times(struct gfs2_glock *gl) in gfs2_update_reply_times()
102 static inline void gfs2_update_request_times(struct gfs2_glock *gl) in gfs2_update_request_times()
121 struct gfs2_glock *gl = arg; in gdlm_ast()
172 struct gfs2_glock *gl = arg; in gdlm_bast()
209 static u32 make_flags(struct gfs2_glock *gl, const unsigned int gfs_flags, in make_flags()
257 static int gdlm_lock(struct gfs2_glock *gl, unsigned int req_state, in gdlm_lock()
293 static void gdlm_put_lock(struct gfs2_glock *gl) in gdlm_put_lock()
338 static void gdlm_cancel(struct gfs2_glock *gl) in gdlm_cancel()
A Dtrans.c163 static struct gfs2_bufdata *gfs2_alloc_bufdata(struct gfs2_glock *gl, in gfs2_alloc_bufdata()
192 void gfs2_trans_add_data(struct gfs2_glock *gl, struct buffer_head *bh) in gfs2_trans_add_data()
229 void gfs2_trans_add_meta(struct gfs2_glock *gl, struct buffer_head *bh) in gfs2_trans_add_meta()
A Dtrace_gfs2.h92 TP_PROTO(const struct gfs2_glock *gl, unsigned int new_state),
131 TP_PROTO(const struct gfs2_glock *gl),
163 TP_PROTO(const struct gfs2_glock *gl, bool remote),
257 TP_PROTO(const struct gfs2_glock *gl, s64 tdiff),
A Dlops.c73 struct gfs2_glock *gl = bd->bd_gl; in maybe_release_space()
122 struct gfs2_glock *gl = bd->bd_gl; in gfs2_unpin()
793 struct gfs2_glock *gl = ip->i_gl; in buf_lo_scan_elements()
903 struct gfs2_glock *gl; in gfs2_drain_revokes()
1017 struct gfs2_glock *gl = ip->i_gl; in databuf_lo_scan_elements()
A Drgrp.h34 extern int gfs2_rgrp_go_instantiate(struct gfs2_glock *gl);
A Dsuper.c132 struct gfs2_glock *j_gl = ip->i_gl; in gfs2_make_fs_rw()
946 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
959 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1096 struct gfs2_glock *gl = ip->i_gl; in gfs2_final_release_pages()
1171 static void gfs2_glock_put_eventually(struct gfs2_glock *gl) in gfs2_glock_put_eventually()
1438 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
A Dutil.c122 struct gfs2_glock *live_gl = sdp->sd_live_gh.gh_gl; in signal_our_withdraw()
125 struct gfs2_glock *i_gl; in signal_our_withdraw()
A Dlog.c106 struct gfs2_glock *gl = NULL; in gfs2_ail1_start_one()
776 struct gfs2_glock *gl = bd->bd_gl; in gfs2_add_revoke()
789 void gfs2_glock_remove_revoke(struct gfs2_glock *gl) in gfs2_glock_remove_revoke()
1035 void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl, u32 flags) in gfs2_log_flush()
A Drgrp.c720 struct gfs2_glock *gl; in gfs2_clear_rgrpd()
1037 struct gfs2_glock *gl = ip->i_gl; in gfs2_rindex_update()
1199 int gfs2_rgrp_go_instantiate(struct gfs2_glock *gl) in gfs2_rgrp_go_instantiate()
1846 struct gfs2_glock *gl; in try_rgrp_unlink()
1925 const struct gfs2_glock *gl = rgd->rd_gl; in gfs2_rgrp_congested()
2019 struct gfs2_glock *gl = rgd->rd_gl; in fast_to_acquire()
A Dinode.c132 struct gfs2_glock *io_gl; in gfs2_inode_lookup()
623 struct gfs2_glock *io_gl; in gfs2_create_inode()
885 struct gfs2_glock *gl; in __gfs2_lookup()
2149 struct gfs2_glock *gl = ip->i_gl; in gfs2_update_time()
A Drecovery.c36 struct gfs2_glock *gl = ip->i_gl; in gfs2_replay_read_block()
A Dfile.c1449 struct gfs2_glock *gl = gfs2_glock_hold(fl_gh->gh_gl); in __flock_holder_uninit()
1467 struct gfs2_glock *gl; in do_flock()
A Dsys.c296 struct gfs2_glock *gl; in demote_rq_store()
A Dbmap.c296 static void gfs2_metapath_ra(struct gfs2_glock *gl, __be64 *start, __be64 *end) in gfs2_metapath_ra()
606 struct gfs2_glock *gl, unsigned int i, in gfs2_indirect_init()
/linux-6.3-rc2/Documentation/filesystems/
A Dgfs2-glocks.rst8 internals. Each glock (struct gfs2_glock in fs/gfs2/incore.h)

Completed in 51 milliseconds

12