taglinefilesource code
mnt_quotas77fs/dquot.c(vfsmnt->mnt_quotas[type] != (struct file *)NULL));
mnt_quotas218fs/dquot.cstruct file *filp = dquot->dq_mnt->mnt_quotas[type];
mnt_quotas248fs/dquot.cstruct file *filp = dquot->dq_mnt->mnt_quotas[type];
mnt_quotas545fs/dquot.c(vfsmnt->mnt_quotas[type] == (struct file *)0))
mnt_quotas938fs/dquot.cvfsmnt->mnt_quotas[cnt] == (struct file *)NULL)
mnt_quotas943fs/dquot.cclose_fp(vfsmnt->mnt_quotas[cnt]);
mnt_quotas944fs/dquot.cvfsmnt->mnt_quotas[cnt] = (struct file *)NULL;
mnt_quotas961fs/dquot.cif (vfsmnt->mnt_quotas[type] != (struct file *)NULL)
mnt_quotas985fs/dquot.cvfsmnt->mnt_quotas[type] = filp;
mnt_quotas22include/linux/mount.hstruct file *mnt_quotas[MAXQUOTAS]; /* fp's to quotafiles */