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

/linux-master/fs/
H A Dmount.h75 int mnt_expiry_mark; /* true if marked for expiry */ member in struct:mount
H A Dnamespace.c1361 if (unlikely(m->mnt_expiry_mark))
1362 WRITE_ONCE(m->mnt_expiry_mark, 0);
1738 if (!xchg(&mnt->mnt_expiry_mark, 1))
1898 /* we mustn't call path_put() as that would clear mnt_expiry_mark */
3465 if (!xchg(&mnt->mnt_expiry_mark, 1) ||

Completed in 227 milliseconds