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