mnt_pcp 44 fs/mount.h struct mnt_pcp __percpu *mnt_pcp; mnt_pcp 148 fs/namespace.c this_cpu_add(mnt->mnt_pcp->mnt_count, n); mnt_pcp 166 fs/namespace.c count += per_cpu_ptr(mnt->mnt_pcp, cpu)->mnt_count; mnt_pcp 192 fs/namespace.c mnt->mnt_pcp = alloc_percpu(struct mnt_pcp); mnt_pcp 193 fs/namespace.c if (!mnt->mnt_pcp) mnt_pcp 196 fs/namespace.c this_cpu_add(mnt->mnt_pcp->mnt_count, 1); mnt_pcp 255 fs/namespace.c this_cpu_inc(mnt->mnt_pcp->mnt_writers); mnt_pcp 264 fs/namespace.c this_cpu_dec(mnt->mnt_pcp->mnt_writers); mnt_pcp 277 fs/namespace.c count += per_cpu_ptr(mnt->mnt_pcp, cpu)->mnt_writers; mnt_pcp 552 fs/namespace.c free_percpu(mnt->mnt_pcp);