Home
last modified time | relevance | path

Searched defs:mnt_namespace (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
H A Dmount.h10 struct mnt_namespace { struct
11 struct ns_common ns;
12 struct mount * root;
13 struct {
18 struct user_namespace *user_ns;
19 struct ucounts *ucounts;
20 wait_queue_head_t poll;
21 u64 seq_origin; /* Sequence number of origin mount namespace */
22 u64 event;
24 __u32 n_fsnotify_mask;
[all …]
H A Dnamespace.c154 DEFINE_FREE(mnt_ns_release, struct mnt_namespace *, if (_T) mnt_ns_release(_T)) in DEFINE_FREE()