42 static void * vxfs_immed_follow_link(
struct dentry *,
struct nameidata *);
44 static int vxfs_immed_readpage(
struct file *,
struct page *);
54 .follow_link = vxfs_immed_follow_link,
61 .readpage = vxfs_immed_readpage,
80 nd_set_link(np, vip->vii_immed.vi_immed);