Searched refs:fhfn (Results 1 – 1 of 1) sorted by relevance
147 int (*fhfn)(struct inode *, __u32 *fh, int *, struct inode *); in cleancache_get_key() local153 fhfn = sb->s_export_op->encode_fh; in cleancache_get_key()154 if (fhfn) { in cleancache_get_key()155 len = (*fhfn)(inode, &key->u.fh[0], &maxlen, NULL); in cleancache_get_key()