Symbol: gfs2_holder
fs/gfs2/acl.c
110
struct gfs2_holder gh;
fs/gfs2/acl.c
63
struct gfs2_holder gh;
fs/gfs2/aops.c
564
struct gfs2_holder i_gh;
fs/gfs2/bmap.c
1471
static int sweep_bh_for_rgrps(struct gfs2_inode *ip, struct gfs2_holder *rd_gh,
fs/gfs2/bmap.c
1737
struct gfs2_holder rd_gh;
fs/gfs2/dentry.c
41
struct gfs2_holder d_gh;
fs/gfs2/export.c
95
struct gfs2_holder gh;
fs/gfs2/file.c
1012
struct gfs2_holder *gh)
fs/gfs2/file.c
1018
struct gfs2_holder *statfs_gh = NULL;
fs/gfs2/file.c
109
struct gfs2_holder d_gh;
fs/gfs2/file.c
1105
struct gfs2_holder gh;
fs/gfs2/file.c
1373
struct gfs2_holder gh;
fs/gfs2/file.c
1470
static void __flock_holder_uninit(struct file *file, struct gfs2_holder *fl_gh)
fs/gfs2/file.c
1488
struct gfs2_holder *fl_gh = &fp->f_fl_gh;
fs/gfs2/file.c
1548
struct gfs2_holder *fl_gh = &fp->f_fl_gh;
fs/gfs2/file.c
162
struct gfs2_holder gh;
fs/gfs2/file.c
224
struct gfs2_holder gh;
fs/gfs2/file.c
426
struct gfs2_holder gh;
fs/gfs2/file.c
556
struct gfs2_holder gh;
fs/gfs2/file.c
597
struct gfs2_holder i_gh;
fs/gfs2/file.c
61
struct gfs2_holder i_gh;
fs/gfs2/file.c
678
struct gfs2_holder i_gh;
fs/gfs2/file.c
812
struct gfs2_holder *gh)
fs/gfs2/file.c
875
struct gfs2_holder *gh)
fs/gfs2/file.c
952
struct gfs2_holder gh;
fs/gfs2/glock.c
1182
struct gfs2_holder *gh, unsigned long ip)
fs/gfs2/glock.c
1203
void gfs2_holder_reinit(unsigned int state, u16 flags, struct gfs2_holder *gh)
fs/gfs2/glock.c
1219
void gfs2_holder_uninit(struct gfs2_holder *gh)
fs/gfs2/glock.c
1247
int gfs2_glock_holder_ready(struct gfs2_holder *gh)
fs/gfs2/glock.c
1264
int gfs2_glock_wait(struct gfs2_holder *gh)
fs/gfs2/glock.c
1274
static int glocks_pending(unsigned int num_gh, struct gfs2_holder *ghs)
fs/gfs2/glock.c
1295
int gfs2_glock_async_wait(unsigned int num_gh, struct gfs2_holder *ghs,
fs/gfs2/glock.c
1329
struct gfs2_holder *gh = &ghs[i];
fs/gfs2/glock.c
1344
struct gfs2_holder *gh = &ghs[i];
fs/gfs2/glock.c
1403
struct gfs2_holder *gh)
fs/gfs2/glock.c
1405
struct gfs2_holder *current_gh, *gh2;
fs/gfs2/glock.c
1420
static inline bool pid_is_meaningful(const struct gfs2_holder *gh)
fs/gfs2/glock.c
1437
static inline void add_to_queue(struct gfs2_holder *gh)
fs/gfs2/glock.c
1441
struct gfs2_holder *gh2;
fs/gfs2/glock.c
1491
int gfs2_glock_nq(struct gfs2_holder *gh)
fs/gfs2/glock.c
1501
struct gfs2_holder *current_gh;
fs/gfs2/glock.c
1545
int gfs2_glock_poll(struct gfs2_holder *gh)
fs/gfs2/glock.c
1550
static void __gfs2_glock_dq(struct gfs2_holder *gh)
fs/gfs2/glock.c
1594
void gfs2_glock_dq(struct gfs2_holder *gh)
fs/gfs2/glock.c
1641
void gfs2_glock_dq_wait(struct gfs2_holder *gh)
fs/gfs2/glock.c
1655
void gfs2_glock_dq_uninit(struct gfs2_holder *gh)
fs/gfs2/glock.c
1675
unsigned int state, u16 flags, struct gfs2_holder *gh)
fs/gfs2/glock.c
1698
const struct gfs2_holder *gh_a = *(const struct gfs2_holder **)arg_a;
fs/gfs2/glock.c
1699
const struct gfs2_holder *gh_b = *(const struct gfs2_holder **)arg_b;
fs/gfs2/glock.c
1721
static int nq_m_sync(unsigned int num_gh, struct gfs2_holder *ghs,
fs/gfs2/glock.c
1722
struct gfs2_holder **p)
fs/gfs2/glock.c
1730
sort(p, num_gh, sizeof(struct gfs2_holder *), glock_compare, NULL);
fs/gfs2/glock.c
1753
int gfs2_glock_nq_m(unsigned int num_gh, struct gfs2_holder *ghs)
fs/gfs2/glock.c
1755
struct gfs2_holder *tmp[4];
fs/gfs2/glock.c
1756
struct gfs2_holder **pph = tmp;
fs/gfs2/glock.c
1767
pph = kmalloc_objs(struct gfs2_holder *, num_gh, GFP_NOFS);
fs/gfs2/glock.c
1787
void gfs2_glock_dq_m(unsigned int num_gh, struct gfs2_holder *ghs)
fs/gfs2/glock.c
1829
const struct gfs2_holder *gh;
fs/gfs2/glock.c
2226
static void dump_holder(struct seq_file *seq, const struct gfs2_holder *gh,
fs/gfs2/glock.c
2321
const struct gfs2_holder *gh;
fs/gfs2/glock.c
2748
struct gfs2_holder *fl_gh = &fp->f_fl_gh;
fs/gfs2/glock.c
313
struct gfs2_holder *current_gh,
fs/gfs2/glock.c
314
struct gfs2_holder *gh)
fs/gfs2/glock.c
354
static void gfs2_holder_wake(struct gfs2_holder *gh)
fs/gfs2/glock.c
374
struct gfs2_holder *gh, *tmp;
fs/gfs2/glock.c
396
static inline struct gfs2_holder *find_first_holder(const struct gfs2_glock *gl)
fs/gfs2/glock.c
398
struct gfs2_holder *gh;
fs/gfs2/glock.c
401
gh = list_first_entry(&gl->gl_holders, struct gfs2_holder,
fs/gfs2/glock.c
415
int gfs2_instantiate(struct gfs2_holder *gh)
fs/gfs2/glock.c
463
struct gfs2_holder *gh, *current_gh;
fs/gfs2/glock.c
496
static inline struct gfs2_holder *find_first_waiter(const struct gfs2_glock *gl)
fs/gfs2/glock.c
498
struct gfs2_holder *gh;
fs/gfs2/glock.c
514
static inline struct gfs2_holder *find_last_waiter(const struct gfs2_glock *gl)
fs/gfs2/glock.c
516
struct gfs2_holder *gh;
fs/gfs2/glock.c
520
gh = list_last_entry(&gl->gl_holders, struct gfs2_holder, gh_list);
fs/gfs2/glock.c
583
struct gfs2_holder *gh = find_first_waiter(gl);
fs/gfs2/glock.c
63
static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh,
fs/gfs2/glock.c
656
static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh,
fs/gfs2/glock.c
759
struct gfs2_holder *gh;
fs/gfs2/glock.c
865
struct gfs2_holder gh;
fs/gfs2/glock.h
153
static inline struct gfs2_holder *gfs2_glock_is_locked_by_me(struct gfs2_glock *gl)
fs/gfs2/glock.h
155
struct gfs2_holder *gh;
fs/gfs2/glock.h
192
u16 flags, struct gfs2_holder *gh,
fs/gfs2/glock.h
195
u16 flags, struct gfs2_holder *gh) {
fs/gfs2/glock.h
200
struct gfs2_holder *gh);
fs/gfs2/glock.h
201
void gfs2_holder_uninit(struct gfs2_holder *gh);
fs/gfs2/glock.h
202
int gfs2_glock_nq(struct gfs2_holder *gh);
fs/gfs2/glock.h
203
int gfs2_glock_poll(struct gfs2_holder *gh);
fs/gfs2/glock.h
204
int gfs2_instantiate(struct gfs2_holder *gh);
fs/gfs2/glock.h
205
int gfs2_glock_holder_ready(struct gfs2_holder *gh);
fs/gfs2/glock.h
206
int gfs2_glock_wait(struct gfs2_holder *gh);
fs/gfs2/glock.h
207
int gfs2_glock_async_wait(unsigned int num_gh, struct gfs2_holder *ghs,
fs/gfs2/glock.h
209
void gfs2_glock_dq(struct gfs2_holder *gh);
fs/gfs2/glock.h
210
void gfs2_glock_dq_wait(struct gfs2_holder *gh);
fs/gfs2/glock.h
211
void gfs2_glock_dq_uninit(struct gfs2_holder *gh);
fs/gfs2/glock.h
215
struct gfs2_holder *gh);
fs/gfs2/glock.h
216
int gfs2_glock_nq_m(unsigned int num_gh, struct gfs2_holder *ghs);
fs/gfs2/glock.h
217
void gfs2_glock_dq_m(unsigned int num_gh, struct gfs2_holder *ghs);
fs/gfs2/glock.h
247
struct gfs2_holder *gh)
fs/gfs2/glock.h
285
static inline void gfs2_holder_mark_uninitialized(struct gfs2_holder *gh)
fs/gfs2/glock.h
290
static inline bool gfs2_holder_initialized(struct gfs2_holder *gh)
fs/gfs2/glock.h
295
static inline bool gfs2_holder_queued(struct gfs2_holder *gh)
fs/gfs2/glops.c
515
static int inode_go_held(struct gfs2_holder *gh)
fs/gfs2/incore.h
222
int (*go_held)(struct gfs2_holder *gh);
fs/gfs2/incore.h
274
struct gfs2_holder qa_qd_ghs[2 * GFS2_MAXQUOTAS];
fs/gfs2/incore.h
30
struct gfs2_holder;
fs/gfs2/incore.h
396
struct gfs2_holder i_iopen_gh;
fs/gfs2/incore.h
398
struct gfs2_holder i_rgd_gh;
fs/gfs2/incore.h
428
struct gfs2_holder f_fl_gh;
fs/gfs2/incore.h
715
struct gfs2_holder sd_live_gh;
fs/gfs2/incore.h
764
struct gfs2_holder sd_journal_gh;
fs/gfs2/incore.h
765
struct gfs2_holder sd_jinode_gh;
fs/gfs2/incore.h
767
struct gfs2_holder sd_sc_gh;
fs/gfs2/incore.h
769
struct gfs2_holder sd_qc_gh;
fs/gfs2/incore.h
838
struct gfs2_holder sd_freeze_gh;
fs/gfs2/inode.c
1046
struct gfs2_holder d_gh, gh;
fs/gfs2/inode.c
1248
struct gfs2_holder d_gh, r_gh, gh;
fs/gfs2/inode.c
133
struct gfs2_holder i_gh;
fs/gfs2/inode.c
1493
struct gfs2_holder ghs[4], r_gh, rd_gh;
fs/gfs2/inode.c
1745
struct gfs2_holder ghs[4], r_gh;
fs/gfs2/inode.c
1910
struct gfs2_holder i_gh;
fs/gfs2/inode.c
1970
struct gfs2_holder i_gh;
fs/gfs2/inode.c
2102
struct gfs2_holder i_gh;
fs/gfs2/inode.c
2164
struct gfs2_holder gh;
fs/gfs2/inode.c
2207
struct gfs2_holder gh;
fs/gfs2/inode.c
2237
struct gfs2_holder gh;
fs/gfs2/inode.c
2256
struct gfs2_holder gh;
fs/gfs2/inode.c
2276
struct gfs2_holder *gh;
fs/gfs2/inode.c
327
struct gfs2_holder d_gh;
fs/gfs2/inode.c
478
struct gfs2_holder gh;
fs/gfs2/inode.c
707
struct gfs2_holder d_gh, gh;
fs/gfs2/inode.c
986
struct gfs2_holder gh;
fs/gfs2/ops_fstype.c
1117
struct gfs2_holder mount_gh;
fs/gfs2/ops_fstype.c
363
static int init_locking(struct gfs2_sbd *sdp, struct gfs2_holder *mount_gh,
fs/gfs2/ops_fstype.c
444
struct gfs2_holder sb_gh;
fs/gfs2/ops_fstype.c
533
static int gfs2_jindex_hold(struct gfs2_sbd *sdp, struct gfs2_holder *ji_gh)
fs/gfs2/ops_fstype.c
697
struct gfs2_holder ji_gh;
fs/gfs2/quota.c
1024
struct gfs2_holder *q_gh)
fs/gfs2/quota.c
1028
struct gfs2_holder i_gh;
fs/gfs2/quota.c
1314
unsigned int max_qd = PAGE_SIZE / sizeof(struct gfs2_holder);
fs/gfs2/quota.c
1374
struct gfs2_holder q_gh;
fs/gfs2/quota.c
1668
struct gfs2_holder q_gh;
fs/gfs2/quota.c
1707
struct gfs2_holder q_gh, i_gh;
fs/gfs2/quota.c
900
struct gfs2_holder *ghs, i_gh;
fs/gfs2/quota.c
911
ghs = kmalloc_objs(struct gfs2_holder, num_qd, GFP_NOFS);
fs/gfs2/recovery.c
404
struct gfs2_holder j_gh, ji_gh;
fs/gfs2/rgrp.c
1038
struct gfs2_holder ri_gh;
fs/gfs2/rgrp.c
1262
static int update_rgrp_lvb(struct gfs2_rgrpd *rgd, struct gfs2_holder *gh)
fs/gfs2/rgrp.c
1392
struct gfs2_holder gh;
fs/gfs2/rgrp.c
2614
struct gfs2_holder rgd_gh;
fs/gfs2/rgrp.c
2734
rlist->rl_ghs = kmalloc_objs(struct gfs2_holder, rlist->rl_rgrps,
fs/gfs2/rgrp.h
23
struct gfs2_holder;
fs/gfs2/rgrp.h
62
struct gfs2_holder *rl_ghs;
fs/gfs2/super.c
1179
struct gfs2_holder *gh = &ip->i_iopen_gh;
fs/gfs2/super.c
1237
struct gfs2_holder *gh)
fs/gfs2/super.c
1386
struct gfs2_holder gh;
fs/gfs2/super.c
183
struct gfs2_holder gh;
fs/gfs2/super.c
272
struct gfs2_holder gh;
fs/gfs2/super.c
313
struct gfs2_holder gh;
fs/gfs2/super.c
487
struct gfs2_holder gh;
fs/gfs2/super.c
856
struct gfs2_holder *gha, *gh;
fs/gfs2/super.c
863
gha = kmalloc_objs(struct gfs2_holder, slots);
fs/gfs2/trace_gfs2.h
206
TP_PROTO(const struct gfs2_holder *gh),
fs/gfs2/trace_gfs2.h
233
TP_PROTO(const struct gfs2_holder *gh, int queue),
fs/gfs2/util.c
56
struct gfs2_holder j_gh;
fs/gfs2/xattr.c
1238
struct gfs2_holder gh;
fs/gfs2/xattr.c
1391
struct gfs2_holder gh;
fs/gfs2/xattr.c
240
struct gfs2_holder rg_gh;
fs/gfs2/xattr.c
420
struct gfs2_holder i_gh;
fs/gfs2/xattr.c
612
struct gfs2_holder gh;