filecore_mnt
struct filecore_mnt *fcmp = ip->i_mnt;
filecore_map(struct filecore_mnt *fcmp, u_int32_t addr, daddr_t lbn, daddr_t *bnp)
filecore_bread(struct filecore_mnt *fcmp, u_int32_t addr, int size, kauth_cred_t cred, struct buf **bp)
int filecore_bread(struct filecore_mnt *, u_int32_t, int,
int filecore_map(struct filecore_mnt *, u_int32_t, daddr_t, daddr_t *);
#define VFSTOFILECORE(mp) ((struct filecore_mnt *)((mp)->mnt_data))
struct filecore_mnt *fcmp;
struct filecore_mnt *i_mnt; /* filesystem associated with this inode */
struct filecore_mnt *fcmp = NULL;
struct filecore_mnt *fcmp = (struct filecore_mnt *)0;
struct filecore_mnt *fcmp;
struct filecore_mnt *fcmp = VFSTOFILECORE(mp);
struct filecore_mnt *fcmp = ip->i_mnt;
struct filecore_mnt *fcmp = ip->i_mnt;
struct filecore_mnt *fcmp;