Searched refs:ln_type (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/gfs2/ |
D | trace_gfs2.h | 92 __entry->gltype = gl->gl_name.ln_type; 127 __entry->gltype = gl->gl_name.ln_type; 160 __entry->gltype = gl->gl_name.ln_type; 194 __entry->gltype = gh->gh_gl->gl_name.ln_type; 224 __entry->gltype = gh->gh_gl->gl_name.ln_type;
|
D | incore.h | 148 unsigned int ln_type; member 153 ((name1)->ln_type == (name2)->ln_type))
|
D | glock.c | 87 h = jhash(&name->ln_type, sizeof(unsigned int), h); in gl_hash() 152 if ((gl->gl_name.ln_type != LM_TYPE_INODE) && in demote_ok() 708 struct lm_lockname name = { .ln_number = number, .ln_type = glops->go_type }; in gfs2_glock_get() 741 …snprintf(gl->gl_strname, GDLM_STRNAME_BYTES, "%8x%16llx", name.ln_type, (unsigned long long)number… in gfs2_glock_get() 1001 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue() 1005 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue() 1663 gl->gl_name.ln_type, in __dump_glock()
|
D | lock_dlm.c | 176 gl->gl_name.ln_type, in gdlm_put_lock()
|