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

/linux-master/include/linux/
H A Dmount.h61 #define MNT_LOCK_READONLY 0x400000 macro
/linux-master/fs/
H A Dnamespace.c2162 flags |= MNT_LOCK_READONLY;
2753 if ((fl & MNT_LOCK_READONLY) &&
5299 mnt_flags |= MNT_LOCK_READONLY;
5304 if ((mnt_flags & MNT_LOCK_READONLY) &&
5325 *new_mnt_flags |= mnt_flags & (MNT_LOCK_READONLY | \

Completed in 330 milliseconds