Searched defs:udf_vfs (Results 1 – 2 of 2) sorted by relevance
153 struct udf_vfs { struct154 struct vfs *udf_vfs; /* Back link */ member155 struct udf_vfs *udf_next; /* Chain of udf file-system's */ argument156 struct udf_vfs *udf_wnext; /* work list link */ argument158 struct buf *udf_vds; /* most of the superblock */159 struct buf *udf_iseq; /* Integrity of the fs */160 struct vnode *udf_root; /* Root vnode */161 struct vnode *udf_devvp; /* Block device vnode */163 char *udf_fsmnt; /* Path name of directory mouted on */164 uint32_t udf_flags; /* Flags */[all …]
109 struct udf_vfs *udf_vfs; member