Searched refs:pgen (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | dcache.c | 56 unsigned long pgen = OCFS2_I(dir)->ip_dir_lock_gen; in ocfs2_dentry_revalidate() local 58 pgen, gen); in ocfs2_dentry_revalidate() 59 if (gen != pgen) in ocfs2_dentry_revalidate()
|
| H A D | ocfs2_trace.h | 2410 TP_PROTO(int len, const char *name, unsigned long pgen, 2412 TP_ARGS(len, name, pgen, gen), 2416 __field(unsigned long, pgen) 2422 __entry->pgen = pgen; 2426 __entry->pgen, __entry->gen)
|