tag | line | file | source code |
mnt_quotas | 77 | fs/dquot.c | (vfsmnt->mnt_quotas[type] != (struct file *)NULL)); |
mnt_quotas | 218 | fs/dquot.c | struct file *filp = dquot->dq_mnt->mnt_quotas[type]; |
mnt_quotas | 248 | fs/dquot.c | struct file *filp = dquot->dq_mnt->mnt_quotas[type]; |
mnt_quotas | 545 | fs/dquot.c | (vfsmnt->mnt_quotas[type] == (struct file *)0)) |
mnt_quotas | 938 | fs/dquot.c | vfsmnt->mnt_quotas[cnt] == (struct file *)NULL) |
mnt_quotas | 943 | fs/dquot.c | close_fp(vfsmnt->mnt_quotas[cnt]); |
mnt_quotas | 944 | fs/dquot.c | vfsmnt->mnt_quotas[cnt] = (struct file *)NULL; |
mnt_quotas | 961 | fs/dquot.c | if (vfsmnt->mnt_quotas[type] != (struct file *)NULL) |
mnt_quotas | 985 | fs/dquot.c | vfsmnt->mnt_quotas[type] = filp; |
mnt_quotas | 22 | include/linux/mount.h | struct file *mnt_quotas[MAXQUOTAS]; /* fp's to quotafiles */ |