Home
last modified time | relevance | path

Searched refs:T_MARKED (Results 1 – 4 of 4) sorted by relevance

/linux/fs/
H A Dpnode.h18 #define IS_MNT_MARKED(m) ((m)->mnt_t_flags & T_MARKED)
19 #define SET_MNT_MARK(m) ((m)->mnt_t_flags |= T_MARKED)
20 #define CLEAR_MNT_MARK(m) ((m)->mnt_t_flags &= ~T_MARKED)
H A Dmount.h97 T_MARKED = 4, /* internal mark for propagate_... */ enumerator
H A Dpnode.c496 m->mnt_t_flags &= ~(T_MARKED | T_UMOUNT_CANDIDATE); in remove_from_candidate_list()
/linux/Documentation/filesystems/
H A Dpropagate_umount.txt460 * Reuse T_MARKED for "has been already seen by trim_ancestors()".
483 Removals from the candidates list should strip both T_MARKED and