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
565
struct gfs2_holder i_gh;
fs/gfs2/bmap.c
1485
static int sweep_bh_for_rgrps(struct gfs2_inode *ip, struct gfs2_holder *rd_gh,
fs/gfs2/bmap.c
1751
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
1109
struct gfs2_holder gh;
fs/gfs2/file.c
1382
struct gfs2_holder gh;
fs/gfs2/file.c
1479
static void __flock_holder_uninit(struct file *file, struct gfs2_holder *fl_gh)
fs/gfs2/file.c
1497
struct gfs2_holder *fl_gh = &fp->f_fl_gh;
fs/gfs2/file.c
1557
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
1181
struct gfs2_holder *gh, unsigned long ip)
fs/gfs2/glock.c
1202
void gfs2_holder_reinit(unsigned int state, u16 flags, struct gfs2_holder *gh)
fs/gfs2/glock.c
1218
void gfs2_holder_uninit(struct gfs2_holder *gh)
fs/gfs2/glock.c
1246
int gfs2_glock_holder_ready(struct gfs2_holder *gh)
fs/gfs2/glock.c
1263
int gfs2_glock_wait(struct gfs2_holder *gh)
fs/gfs2/glock.c
1273
static int glocks_pending(unsigned int num_gh, struct gfs2_holder *ghs)
fs/gfs2/glock.c
1294
int gfs2_glock_async_wait(unsigned int num_gh, struct gfs2_holder *ghs,
fs/gfs2/glock.c
1328
struct gfs2_holder *gh = &ghs[i];
fs/gfs2/glock.c
1343
struct gfs2_holder *gh = &ghs[i];
fs/gfs2/glock.c
1402
struct gfs2_holder *gh)
fs/gfs2/glock.c
1404
struct gfs2_holder *current_gh, *gh2;
fs/gfs2/glock.c
1419
static inline bool pid_is_meaningful(const struct gfs2_holder *gh)
fs/gfs2/glock.c
1436
static inline void add_to_queue(struct gfs2_holder *gh)
fs/gfs2/glock.c
1440
struct gfs2_holder *gh2;
fs/gfs2/glock.c
1490
int gfs2_glock_nq(struct gfs2_holder *gh)
fs/gfs2/glock.c
1500
struct gfs2_holder *current_gh;
fs/gfs2/glock.c
1544
int gfs2_glock_poll(struct gfs2_holder *gh)
fs/gfs2/glock.c
1549
static void __gfs2_glock_dq(struct gfs2_holder *gh)
fs/gfs2/glock.c
1593
void gfs2_glock_dq(struct gfs2_holder *gh)
fs/gfs2/glock.c
1640
void gfs2_glock_dq_wait(struct gfs2_holder *gh)
fs/gfs2/glock.c
1654
void gfs2_glock_dq_uninit(struct gfs2_holder *gh)
fs/gfs2/glock.c
1674
unsigned int state, u16 flags, struct gfs2_holder *gh)
fs/gfs2/glock.c
1697
const struct gfs2_holder *gh_a = *(const struct gfs2_holder **)arg_a;
fs/gfs2/glock.c
1698
const struct gfs2_holder *gh_b = *(const struct gfs2_holder **)arg_b;
fs/gfs2/glock.c
1720
static int nq_m_sync(unsigned int num_gh, struct gfs2_holder *ghs,
fs/gfs2/glock.c
1721
struct gfs2_holder **p)
fs/gfs2/glock.c
1729
sort(p, num_gh, sizeof(struct gfs2_holder *), glock_compare, NULL);
fs/gfs2/glock.c
1752
int gfs2_glock_nq_m(unsigned int num_gh, struct gfs2_holder *ghs)
fs/gfs2/glock.c
1754
struct gfs2_holder *tmp[4];
fs/gfs2/glock.c
1755
struct gfs2_holder **pph = tmp;
fs/gfs2/glock.c
1766
pph = kmalloc_objs(struct gfs2_holder *, num_gh, GFP_NOFS);
fs/gfs2/glock.c
1786
void gfs2_glock_dq_m(unsigned int num_gh, struct gfs2_holder *ghs)
fs/gfs2/glock.c
1828
const struct gfs2_holder *gh;
fs/gfs2/glock.c
2225
static void dump_holder(struct seq_file *seq, const struct gfs2_holder *gh,
fs/gfs2/glock.c
2320
const struct gfs2_holder *gh;
fs/gfs2/glock.c
2747
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
520
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
1048
struct gfs2_holder d_gh, gh;
fs/gfs2/inode.c
1250
struct gfs2_holder d_gh, r_gh, gh;
fs/gfs2/inode.c
133
struct gfs2_holder i_gh;
fs/gfs2/inode.c
1495
struct gfs2_holder ghs[4], r_gh, rd_gh;
fs/gfs2/inode.c
1747
struct gfs2_holder ghs[4], r_gh;
fs/gfs2/inode.c
1912
struct gfs2_holder i_gh;
fs/gfs2/inode.c
1972
struct gfs2_holder i_gh;
fs/gfs2/inode.c
2104
struct gfs2_holder i_gh;
fs/gfs2/inode.c
2166
struct gfs2_holder gh;
fs/gfs2/inode.c
2209
struct gfs2_holder gh;
fs/gfs2/inode.c
2239
struct gfs2_holder gh;
fs/gfs2/inode.c
2258
struct gfs2_holder gh;
fs/gfs2/inode.c
2278
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
992
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
1038
struct gfs2_holder *q_gh)
fs/gfs2/quota.c
1042
struct gfs2_holder i_gh;
fs/gfs2/quota.c
1328
unsigned int max_qd = PAGE_SIZE / sizeof(struct gfs2_holder);
fs/gfs2/quota.c
1388
struct gfs2_holder q_gh;
fs/gfs2/quota.c
1680
struct gfs2_holder q_gh;
fs/gfs2/quota.c
1719
struct gfs2_holder q_gh, i_gh;
fs/gfs2/quota.c
914
struct gfs2_holder *ghs, i_gh;
fs/gfs2/quota.c
925
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
1181
struct gfs2_holder *gh = &ip->i_iopen_gh;
fs/gfs2/super.c
1239
struct gfs2_holder *gh)
fs/gfs2/super.c
1289
static int evict_unlinked_inode(struct inode *inode, struct gfs2_holder *gh)
fs/gfs2/super.c
1389
static int evict_linked_inode(struct inode *inode, struct gfs2_holder *gh)
fs/gfs2/super.c
1450
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
858
struct gfs2_holder *gha, *gh;
fs/gfs2/super.c
865
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;