Searched refs:gl (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dglock.c50 struct gfs2_glock *gl; /* current glock struct */ member in struct:glock_iter
56 typedef void (*glock_examiner) (struct gfs2_glock * gl);
59 static int dump_glock(struct glock_iter *gi, struct gfs2_glock *gl);
60 static void gfs2_glock_xmote_th(struct gfs2_glock *gl, struct gfs2_holder *gh);
61 static void gfs2_glock_drop_th(struct gfs2_glock *gl);
169 * @gl: The glock to release
175 static void glock_free(struct gfs2_glock *gl) argument
177 struct gfs2_sbd *sdp = gl->gl_sbd;
178 struct inode *aspace = gl->gl_aspace;
180 gfs2_lm_put_lock(sdp, gl
194 gfs2_glock_hold(struct gfs2_glock *gl) argument
205 gfs2_glock_put(struct gfs2_glock *gl) argument
241 struct gfs2_glock *gl; local
270 struct gfs2_glock *gl; local
297 struct gfs2_glock *gl, *tmp; local
377 gfs2_holder_init(struct gfs2_glock *gl, unsigned int state, unsigned flags, struct gfs2_holder *gh) argument
450 struct gfs2_glock *gl = gh->gh_gl; local
473 struct gfs2_glock *gl = gh->gh_gl; local
524 rq_demote(struct gfs2_glock *gl) argument
551 run_queue(struct gfs2_glock *gl) argument
595 gfs2_glmutex_lock(struct gfs2_glock *gl) argument
627 gfs2_glmutex_trylock(struct gfs2_glock *gl) argument
649 gfs2_glmutex_unlock(struct gfs2_glock *gl) argument
669 handle_callback(struct gfs2_glock *gl, unsigned int state) argument
688 state_change(struct gfs2_glock *gl, unsigned int new_state) argument
712 xmote_bh(struct gfs2_glock *gl, unsigned int ret) argument
797 gfs2_glock_xmote_th(struct gfs2_glock *gl, struct gfs2_holder *gh) argument
840 drop_bh(struct gfs2_glock *gl, unsigned int ret) argument
882 gfs2_glock_drop_th(struct gfs2_glock *gl) argument
918 struct gfs2_glock *gl = gh->gh_gl; local
950 struct gfs2_glock *gl = gh->gh_gl; local
1040 struct gfs2_glock *gl = gh->gh_gl; local
1084 struct gfs2_glock *gl = gh->gh_gl; local
1121 struct gfs2_glock *gl = gh->gh_gl; local
1173 struct gfs2_glock *gl = gh->gh_gl; local
1227 struct gfs2_glock *gl; local
1407 gfs2_lvb_hold(struct gfs2_glock *gl) argument
1434 gfs2_lvb_unhold(struct gfs2_glock *gl) argument
1453 struct gfs2_glock *gl; local
1498 struct gfs2_glock *gl; local
1535 demote_ok(struct gfs2_glock *gl) argument
1554 gfs2_glock_schedule_for_reclaim(struct gfs2_glock *gl) argument
1581 struct gfs2_glock *gl; local
1618 struct gfs2_glock *gl, *prev = NULL; local
1655 scan_glock(struct gfs2_glock *gl) argument
1693 clear_glock(struct gfs2_glock *gl) argument
1844 dump_glock(struct glock_iter *gi, struct gfs2_glock *gl) argument
1945 struct gfs2_glock *gl; local
[all...]
H A Dglock.h34 static inline int gfs2_glock_is_locked_by_me(struct gfs2_glock *gl) argument
40 spin_lock(&gl->gl_spin);
41 list_for_each_entry(gh, &gl->gl_holders, gh_list) {
47 spin_unlock(&gl->gl_spin);
52 static inline int gfs2_glock_is_held_excl(struct gfs2_glock *gl) argument
54 return gl->gl_state == LM_ST_EXCLUSIVE;
57 static inline int gfs2_glock_is_held_dfrd(struct gfs2_glock *gl) argument
59 return gl->gl_state == LM_ST_DEFERRED;
62 static inline int gfs2_glock_is_held_shrd(struct gfs2_glock *gl) argument
64 return gl
67 gfs2_glock_is_blocking(struct gfs2_glock *gl) argument
110 gfs2_glock_nq_init(struct gfs2_glock *gl, unsigned int state, int flags, struct gfs2_holder *gh) argument
[all...]
H A Dglops.c32 * @gl: the glock
37 static void gfs2_ail_empty_gl(struct gfs2_glock *gl) argument
39 struct gfs2_sbd *sdp = gl->gl_sbd;
41 struct list_head *head = &gl->gl_ail_list;
47 blocks = atomic_read(&gl->gl_ail_count);
66 atomic_dec(&gl->gl_ail_count);
74 gfs2_assert_withdraw(sdp, !atomic_read(&gl->gl_ail_count));
83 * @gl: the glock
87 static void gfs2_pte_inval(struct gfs2_glock *gl) argument
92 ip = gl
117 meta_go_sync(struct gfs2_glock *gl) argument
136 meta_go_inval(struct gfs2_glock *gl, int flags) argument
151 inode_go_sync(struct gfs2_glock *gl) argument
181 inode_go_xmote_th(struct gfs2_glock *gl) argument
195 inode_go_xmote_bh(struct gfs2_glock *gl) argument
218 inode_go_drop_th(struct gfs2_glock *gl) argument
232 inode_go_inval(struct gfs2_glock *gl, int flags) argument
256 inode_go_demote_ok(struct gfs2_glock *gl) argument
281 struct gfs2_glock *gl = gh->gh_gl; local
312 struct gfs2_glock *gl = gh->gh_gl; local
326 rgrp_go_demote_ok(struct gfs2_glock *gl) argument
366 trans_go_xmote_th(struct gfs2_glock *gl) argument
383 trans_go_xmote_bh(struct gfs2_glock *gl) argument
418 trans_go_drop_th(struct gfs2_glock *gl) argument
435 quota_go_demote_ok(struct gfs2_glock *gl) argument
[all...]
H A Dmain.c39 struct gfs2_glock *gl = foo; local
41 INIT_HLIST_NODE(&gl->gl_list);
42 spin_lock_init(&gl->gl_spin);
43 INIT_LIST_HEAD(&gl->gl_holders);
44 INIT_LIST_HEAD(&gl->gl_waiters1);
45 INIT_LIST_HEAD(&gl->gl_waiters3);
46 gl->gl_lvb = NULL;
47 atomic_set(&gl->gl_lvb_count, 0);
48 INIT_LIST_HEAD(&gl->gl_reclaim);
49 INIT_LIST_HEAD(&gl
[all...]
H A Dmeta_io.h43 void gfs2_meta_inval(struct gfs2_glock *gl);
44 void gfs2_meta_sync(struct gfs2_glock *gl);
46 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno);
47 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno,
51 void gfs2_attach_bufdata(struct gfs2_glock *gl, struct buffer_head *bh,
69 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen);
H A Dtrans.h33 void gfs2_trans_add_gl(struct gfs2_glock *gl);
34 void gfs2_trans_add_bh(struct gfs2_glock *gl, struct buffer_head *bh, int meta);
H A Dmeta_io.c91 * @gl: the glock
95 void gfs2_meta_inval(struct gfs2_glock *gl) argument
97 struct gfs2_sbd *sdp = gl->gl_sbd;
98 struct inode *aspace = gl->gl_aspace;
99 struct address_space *mapping = gl->gl_aspace->i_mapping;
101 gfs2_assert_withdraw(sdp, !atomic_read(&gl->gl_ail_count));
112 * @gl: The glock
116 void gfs2_meta_sync(struct gfs2_glock *gl) argument
118 struct address_space *mapping = gl->gl_aspace->i_mapping;
125 gfs2_io_error(gl
137 getbuf(struct gfs2_glock *gl, u64 blkno, int create) argument
202 gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) argument
220 gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, struct buffer_head **bhp) argument
271 gfs2_attach_bufdata(struct gfs2_glock *gl, struct buffer_head *bh, int meta) argument
361 struct gfs2_glock *gl = bd->bd_gl; local
469 struct gfs2_glock *gl = ip->i_gl; local
533 gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) argument
[all...]
H A Dtrans.c117 void gfs2_trans_add_gl(struct gfs2_glock *gl) argument
119 lops_add(gl->gl_sbd, &gl->gl_le);
124 * @gl: the glock the buffer belongs to
130 void gfs2_trans_add_bh(struct gfs2_glock *gl, struct buffer_head *bh, int meta) argument
132 struct gfs2_sbd *sdp = gl->gl_sbd;
137 gfs2_assert(sdp, bd->bd_gl == gl);
139 gfs2_attach_bufdata(gl, bh, meta);
H A Dlog.h59 void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl);
H A Dsuper.h18 int gfs2_read_sb(struct gfs2_sbd *sdp, struct gfs2_glock *gl, int silent);
H A Dlops.c31 struct gfs2_glock *gl; local
36 gl = container_of(le, struct gfs2_glock, gl_le);
37 if (gfs2_assert_withdraw(sdp, gfs2_glock_is_held_excl(gl)))
45 gfs2_glock_hold(gl);
46 set_bit(GLF_DIRTY, &gl->gl_flags);
55 struct gfs2_glock *gl; local
58 gl = list_entry(head->next, struct gfs2_glock, gl_le.le_list);
59 list_del_init(&gl->gl_le.le_list);
62 gfs2_assert_withdraw(sdp, gfs2_glock_is_held_excl(gl));
63 gfs2_glock_put(gl);
207 struct gfs2_glock *gl = ip->i_gl; local
692 struct gfs2_glock *gl = ip->i_gl; local
[all...]
H A Dincore.h29 typedef void (*gfs2_glop_bh_t) (struct gfs2_glock *gl, unsigned int ret);
104 void (*go_xmote_th) (struct gfs2_glock *gl);
105 void (*go_xmote_bh) (struct gfs2_glock *gl);
106 void (*go_drop_th) (struct gfs2_glock *gl);
107 void (*go_inval) (struct gfs2_glock *gl, int flags);
108 int (*go_demote_ok) (struct gfs2_glock *gl);
H A Dops_file.c540 struct gfs2_glock *gl; local
550 gl = fl_gh->gh_gl;
551 if (gl) {
554 gfs2_glock_hold(gl);
561 CREATE, &gl);
566 gfs2_holder_init(gl, state, flags, fl_gh);
567 gfs2_glock_put(gl);
H A Drgrp.c321 struct gfs2_glock *gl; local
335 gl = rgd->rd_gl;
340 if (gl) {
341 gl->gl_object = NULL;
342 gfs2_glock_put(gl);
435 * @gl: The glock covering the rindex inode
525 struct gfs2_glock *gl = ip->i_gl; local
528 error = gfs2_glock_nq_init(gl, LM_ST_SHARED, 0, ri_gh);
533 if (sdp->sd_rindex_vn != gl->gl_vn) {
535 if (sdp->sd_rindex_vn != gl
559 struct gfs2_glock *gl = rgd->rd_gl; local
[all...]
H A Dops_address.c698 struct gfs2_glock *gl; local
714 gl = bd->bd_gl;
716 fs_warn(sdp, "gl = (%u, %llu)\n",
717 gl->gl_name.ln_type, (unsigned long long)gl->gl_name.ln_number);
723 if (gl->gl_ops == &gfs2_inode_glops) {
724 struct gfs2_inode *ip = gl->gl_object;
H A Dops_super.c304 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; local
305 if (gl && test_bit(GLF_DEMOTE, &gl->gl_flags))
H A Dinode.c622 * @gl: The glock covering the new inode
630 static void init_dinode(struct gfs2_inode *dip, struct gfs2_glock *gl, argument
639 dibh = gfs2_meta_new(gl, inum->no_addr);
640 gfs2_trans_add_bh(gl, dibh, 1);
688 static int make_dinode(struct gfs2_inode *dip, struct gfs2_glock *gl, argument
711 init_dinode(dip, gl, inum, mode, uid, gid, generation, dev);
1132 struct gfs2_glock *gl = gh->gh_gl; local
1133 struct gfs2_sbd *sdp = gl->gl_sbd;
1134 struct gfs2_inode *ip = gl->gl_object;
1142 gfs2_assert_warn(sdp, gl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dgrep.c157 grep_list_data_t * gl; local
162 gl = (grep_list_data_t *)pattern_ptr->data;
164 ret = strstr(line, gl->pattern) != NULL;
172 if (!(gl->flg_mem_alocated_compiled & COMPILED)) {
173 gl->flg_mem_alocated_compiled |= COMPILED;
174 xregcomp(&(gl->preg), gl->pattern, reflags);
178 if (regexec(&(gl->preg), line, 1, &regmatch, 0) == 0) {
319 grep_list_data_t *gl = xmalloc(sizeof(grep_list_data_t)); local
320 gl
515 grep_list_data_t *gl = local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-215 tmpfiles="$tmpfiles xg-gl-2.pot"
17 ${XGETTEXT} -o xg-gl-2.pot empty.glade 2>/dev/null
62 tmpfiles="$tmpfiles xg-gl-2.tmp xg-gl-2.pot"
64 ${XGETTEXT} --add-comments -o xg-gl-2.tmp simple.glade
66 grep -v 'POT-Creation-Date' < xg-gl-2.tmp > xg-gl-2.pot
68 tmpfiles="$tmpfiles xg-gl-2.ok"
69 cat <<\EOF > xg-gl-2.ok
102 ${DIFF} xg-gl
[all...]
H A Dxgettext-glade-314 tmpfiles="$tmpfiles xg-gl-3.pot"
16 ${XGETTEXT} -o xg-gl-3.pot empty.glade 2>/dev/null
169 tmpfiles="$tmpfiles xg-gl-3.tmp xg-gl-3.pot"
171 ${XGETTEXT} -o xg-gl-3.tmp asciitable.glade2
173 grep -v 'POT-Creation-Date' < xg-gl-3.tmp > xg-gl-3.pot
175 tmpfiles="$tmpfiles xg-gl-3.ok"
176 cat <<\EOF > xg-gl-3.ok
211 ${DIFF} xg-gl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxshared.c108 struct xtables_globals *gl)
151 gl->opts = xtables_options_xfrm(gl->orig_opts,
152 gl->opts,
156 gl->opts = xtables_merge_options(gl->orig_opts,
157 gl->opts,
160 if (gl->opts == NULL)
107 command_default(struct iptables_command_state *cs, struct xtables_globals *gl) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/po/
H A DMakefile.msvc70 -mkdir $(localedir)\gl
71 -mkdir $(localedir)\gl\LC_MESSAGES
72 $(INSTALL_DATA) gl.gmo $(localedir)\gl\LC_MESSAGES\libiconv.mo
163 -mkdir $(localedir)\gl
164 -mkdir $(localedir)\gl\LC_MESSAGES
220 $(RM) $(localedir)\gl\LC_MESSAGES\libiconv.mo
H A DMakefile54 POFILES = af.po ca.po da.po de.po el.po eo.po es.po et.po fi.po fr.po ga.po gl.po hr.po hu.po id.po it.po nl.po pl.po pt_BR.po rm.po ro.po ru.po sk.po sl.po sq.po sr.po sv.po tr.po uk.po vi.po wa.po zh_CN.po zh_TW.po
55 GMOFILES = af.gmo ca.gmo da.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo nl.gmo pl.gmo pt_BR.gmo rm.gmo ro.gmo ru.gmo sk.gmo sl.gmo sq.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo
56 UPDATEPOFILES = af.po-update ca.po-update da.po-update de.po-update el.po-update eo.po-update es.po-update et.po-update fi.po-update fr.po-update ga.po-update gl.po-update hr.po-update hu.po-update id.po-update it.po-update nl.po-update pl.po-update pt_BR.po-update rm.po-update ro.po-update ru.po-update sk.po-update sl.po-update sq.po-update sr.po-update sv.po-update tr.po-update uk.po-update vi.po-update wa.po-update zh_CN.po-update zh_TW.po-update
57 DUMMYPOFILES = af.nop ca.nop da.nop de.nop el.nop eo.nop es.nop et.nop fi.nop fr.nop ga.nop gl.nop hr.nop hu.nop id.nop it.nop nl.nop pl.nop pt_BR.nop rm.nop ro.nop ru.nop sk.nop sl.nop sq.nop sr.nop sv.nop tr.nop uk.nop vi.nop wa.nop zh_CN.nop zh_TW.nop
67 CATALOGS = af.gmo ca.gmo da.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo nl.gmo pl.gmo pt_BR.gmo rm.gmo ro.gmo ru.gmo sk.gmo sl.gmo sq.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/KDE/
H A Dteam-address39 gl) english=Gallegan;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/po/
H A DMakefile65 POFILES = be.po ca.po cs.po da.po de.po el.po en@quot.po en@boldquot.po eo.po es.po et.po fi.po fr.po ga.po gl.po id.po it.po ja.po ko.po nb.po nl.po nn.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sl.po sr.po sv.po tr.po uk.po vi.po zh_CN.po zh_HK.po zh_TW.po
66 GMOFILES = be.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en@quot.gmo en@boldquot.gmo eo.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo id.gmo it.gmo ja.gmo ko.gmo nb.gmo nl.gmo nn.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo
67 UPDATEPOFILES = be.po-update ca.po-update cs.po-update da.po-update de.po-update el.po-update en@quot.po-update en@boldquot.po-update eo.po-update es.po-update et.po-update fi.po-update fr.po-update ga.po-update gl.po-update id.po-update it.po-update ja.po-update ko.po-update nb.po-update nl.po-update nn.po-update pl.po-update pt.po-update pt_BR.po-update ro.po-update ru.po-update sk.po-update sl.po-update sr.po-update sv.po-update tr.po-update uk.po-update vi.po-update zh_CN.po-update zh_HK.po-update zh_TW.po-update
68 DUMMYPOFILES = be.nop ca.nop cs.nop da.nop de.nop el.nop en@quot.nop en@boldquot.nop eo.nop es.nop et.nop fi.nop fr.nop ga.nop gl.nop id.nop it.nop ja.nop ko.nop nb.nop nl.nop nn.nop pl.nop pt.nop pt_BR.nop ro.nop ru.nop sk.nop sl.nop sr.nop sv.nop tr.nop uk.nop vi.nop zh_CN.nop zh_HK.nop zh_TW.nop
84 CATALOGS = be.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en@quot.gmo en@boldquot.gmo eo.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo id.gmo it.gmo ja.gmo ko.gmo nb.gmo nl.gmo nn.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo

Completed in 288 milliseconds

12