Searched refs:glops (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A DMakefile4 glops.o inode.o log.o lops.o main.o meta_io.o \
H A Dglock.c33 #include "glops.h"
186 const struct gfs2_glock_operations *glops = gl->gl_ops; local
192 if (glops->go_demote_ok)
193 return glops->go_demote_ok(gl);
366 const struct gfs2_glock_operations *glops = gl->gl_ops; variable in typeref:struct:gfs2_glock_operations
376 glops->go_lock) {
378 ret = glops->go_lock(gh);
465 const struct gfs2_glock_operations *glops = gl->gl_ops; local
522 if (glops->go_xmote_bh) {
524 rv = glops
568 const struct gfs2_glock_operations *glops = gl->gl_ops; variable in typeref:struct:gfs2_glock_operations
747 gfs2_glock_get(struct gfs2_sbd *sdp, u64 number, const struct gfs2_glock_operations *glops, int create, struct gfs2_glock **glp) argument
1098 const struct gfs2_glock_operations *glops = gl->gl_ops; local
1164 gfs2_glock_nq_num(struct gfs2_sbd *sdp, u64 number, const struct gfs2_glock_operations *glops, unsigned int state, int flags, struct gfs2_holder *gh) argument
1686 const struct gfs2_glock_operations *glops = gl->gl_ops; local
[all...]
H A Dglock.h191 u64 number, const struct gfs2_glock_operations *glops,
209 u64 number, const struct gfs2_glock_operations *glops,
H A Dsys.c27 #include "glops.h"
207 const struct gfs2_glock_operations *glops; local
233 glops = gfs2_glops_list[gltype];
234 if (glops == NULL)
238 rv = gfs2_glock_get(sdp, glnum, glops, 0, &gl);

Completed in 85 milliseconds