HomeSort by: relevance | last modified time | path
    Searched defs:fstrans_mount_info (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_trans.c 79 struct fstrans_mount_info *fli_mountinfo;
86 struct fstrans_mount_info { struct
91 SLIST_ENTRY(fstrans_mount_info) fmi_hash;
94 struct fstrans_mount_info *fmi_lower_info;
97 SLIST_HEAD(fstrans_mount_hashhead, fstrans_mount_info);
112 static int fstrans_gone_count; /* Number of fstrans_mount_info gone. */
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 *);
    [all...]
vfs_trans.c 79 struct fstrans_mount_info *fli_mountinfo;
86 struct fstrans_mount_info { struct
91 SLIST_ENTRY(fstrans_mount_info) fmi_hash;
94 struct fstrans_mount_info *fmi_lower_info;
97 SLIST_HEAD(fstrans_mount_hashhead, fstrans_mount_info);
112 static int fstrans_gone_count; /* Number of fstrans_mount_info gone. */
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 *);
    [all...]

Completed in 22 milliseconds