Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dvfs_trans.c79 struct fstrans_mount_info *fli_mountinfo;
86 struct fstrans_mount_info { struct
91 SLIST_ENTRY(fstrans_mount_info) fmi_hash; argument
94 struct fstrans_mount_info *fmi_lower_info; argument
97 SLIST_HEAD(fstrans_mount_hashhead, fstrans_mount_info); argument
115 static inline struct fstrans_mount_info *fstrans_mount_get(struct mount *);
116 static void fstrans_mount_dtor(struct fstrans_mount_info *);
124 static bool grant_lock(const struct fstrans_mount_info *,
126 static bool state_change_done(const struct fstrans_mount_info *);
127 static bool cow_state_change_done(const struct fstrans_mount_info *);
[all …]