Home
last modified time | relevance | path

Searched refs:mnt_writers (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
H A Dmount.h37 int mnt_writers;
60 int mnt_writers;
36 int mnt_writers; global() member
59 int mnt_writers; global() member
H A Dnamespace.c311 mnt->mnt_writers = 0; in alloc_vfsmnt()
369 this_cpu_inc(mnt->mnt_pcp->mnt_writers); in mnt_inc_writers()
371 mnt->mnt_writers++; in mnt_inc_writers()
378 this_cpu_dec(mnt->mnt_pcp->mnt_writers); in mnt_dec_writers()
380 mnt->mnt_writers--; in mnt_dec_writers()
391 count += per_cpu_ptr(mnt->mnt_pcp, cpu)->mnt_writers; in mnt_get_writers()
396 return mnt->mnt_writers; in mnt_get_writers()
507 * skips incrementing mnt_writers (since the open file already has a reference)
530 * skips incrementing mnt_writers (since the open file already has a reference)