Home
last modified time | relevance | path

Searched refs:mnt_expiry_mark (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dmount.h78 int mnt_expiry_mark; /* true if marked for expiry */ member
H A Dnamespace.c1213 if (unlikely(m->mnt_expiry_mark)) in mntput()
1214 m->mnt_expiry_mark = 0; in mntput()
1591 if (!xchg(&mnt->mnt_expiry_mark, 1)) in do_umount()
1744 /* we mustn't call path_put() as that would clear mnt_expiry_mark */ in path_umount()
3027 if (!xchg(&mnt->mnt_expiry_mark, 1) || in mark_mounts_for_expiry()
/kernel/linux/linux-6.6/fs/
H A Dmount.h77 int mnt_expiry_mark; /* true if marked for expiry */ member
H A Dnamespace.c1348 if (unlikely(m->mnt_expiry_mark)) in mntput()
1349 m->mnt_expiry_mark = 0; in mntput()
1738 if (!xchg(&mnt->mnt_expiry_mark, 1)) in do_umount()
1896 /* we mustn't call path_put() as that would clear mnt_expiry_mark */ in path_umount()
3459 if (!xchg(&mnt->mnt_expiry_mark, 1) || in mark_mounts_for_expiry()

Completed in 12 milliseconds