taglinefilesource code
vfsmnt74fs/dquot.cstruct vfsmount *vfsmnt;
vfsmnt76fs/dquot.creturn((vfsmnt = lookup_vfsmnt(dev)) != (struct vfsmount *)NULL &&
vfsmnt77fs/dquot.c(vfsmnt->mnt_quotas[type] != (struct file *)NULL));
vfsmnt542fs/dquot.cstruct vfsmount *vfsmnt;
vfsmnt544fs/dquot.cif ((vfsmnt = lookup_vfsmnt(dev)) == (struct vfsmount *)NULL ||
vfsmnt545fs/dquot.c(vfsmnt->mnt_quotas[type] == (struct file *)0))
vfsmnt573fs/dquot.cdquot->dq_mnt = vfsmnt;
vfsmnt931fs/dquot.cstruct vfsmount *vfsmnt;
vfsmnt937fs/dquot.cif ((vfsmnt = lookup_vfsmnt(dev)) == (struct vfsmount *)NULL ||
vfsmnt938fs/dquot.cvfsmnt->mnt_quotas[cnt] == (struct file *)NULL)
vfsmnt940fs/dquot.cvfsmnt->mnt_sb->dq_op = (struct dquot_operations *)NULL;
vfsmnt943fs/dquot.cclose_fp(vfsmnt->mnt_quotas[cnt]);
vfsmnt944fs/dquot.cvfsmnt->mnt_quotas[cnt] = (struct file *)NULL;
vfsmnt945fs/dquot.cvfsmnt->mnt_iexp[cnt] = vfsmnt->mnt_bexp[cnt] = (time_t)NULL;
vfsmnt953fs/dquot.cstruct vfsmount *vfsmnt;
vfsmnt959fs/dquot.cif ((vfsmnt = lookup_vfsmnt(dev)) == (struct vfsmount *)NULL)
vfsmnt961fs/dquot.cif (vfsmnt->mnt_quotas[type] != (struct file *)NULL)
vfsmnt985fs/dquot.cvfsmnt->mnt_quotas[type] = filp;
vfsmnt987fs/dquot.cvfsmnt->mnt_iexp[type] = (dquot) ? dquot->dq_itime : MAX_IQ_TIME;
vfsmnt988fs/dquot.cvfsmnt->mnt_bexp[type] = (dquot) ? dquot->dq_btime : MAX_DQ_TIME;
vfsmnt990fs/dquot.cvfsmnt->mnt_sb->dq_op = &dquot_operations;
vfsmnt697fs/super.cstruct vfsmount *vfsmnt;
vfsmnt727fs/super.cvfsmnt = add_vfsmnt(dev, dev_name, dir_name);
vfsmnt728fs/super.cif (vfsmnt) {
vfsmnt729fs/super.cvfsmnt->mnt_sb = sb;
vfsmnt730fs/super.cvfsmnt->mnt_flags = flags;
vfsmnt747fs/super.cstruct vfsmount *vfsmnt;
vfsmnt763fs/super.cvfsmnt = lookup_vfsmnt(sb->s_dev);
vfsmnt764fs/super.cif (vfsmnt)
vfsmnt765fs/super.cvfsmnt->mnt_flags = sb->s_flags;
vfsmnt920fs/super.cstruct vfsmount *vfsmnt;
vfsmnt950fs/super.cvfsmnt = add_vfsmnt(ROOT_DEV, "rootfs", "/");
vfsmnt951fs/super.cif (!vfsmnt)
vfsmnt953fs/super.cvfsmnt->mnt_sb = sb;
vfsmnt954fs/super.cvfsmnt->mnt_flags = sb->s_flags;
vfsmnt1008fs/super.cvfsmnt = add_vfsmnt(ROOT_DEV, "rootfs", "/");
vfsmnt1009fs/super.cif (!vfsmnt)
vfsmnt1011fs/super.cvfsmnt->mnt_sb = sb;
vfsmnt1012fs/super.cvfsmnt->mnt_flags = root_mountflags;
vfsmnt1033fs/super.cstruct vfsmount *vfsmnt;
vfsmnt1069fs/super.cvfsmnt = add_vfsmnt(old_root_dev,"old_rootfs",put_old);
vfsmnt1070fs/super.cif (!vfsmnt) printk(KERN_CRIT "Trouble: add_vfsmnt failed\n");
vfsmnt1072fs/super.cvfsmnt->mnt_sb = old_root->i_sb;
vfsmnt1073fs/super.cvfsmnt->mnt_sb->s_covered = inode;
vfsmnt1074fs/super.cvfsmnt->mnt_flags = vfsmnt->mnt_sb->s_flags;