null_mount
#define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data))
xmp = (struct null_mount *) kmalloc(sizeof(struct null_mount),
struct null_mount *xmp;
struct null_mount *xmp = (void *)mp->mnt_data;
struct null_mount *xmp = (void *)mp->mnt_data;
struct null_mount *xmp = MOUNTTONULLMOUNT(mp);
struct null_mount *xmp = MOUNTTONULLMOUNT(mp);
struct null_mount *xmp = MOUNTTONULLMOUNT(mp);
struct null_mount *xmp = MOUNTTONULLMOUNT(mp);
struct null_mount *xmp;