Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h153 struct udf_vfs { struct
154 struct vfs *udf_vfs; /* Back link */ argument
155 struct udf_vfs *udf_next; /* Chain of udf file-system's */ argument
156 struct udf_vfs *udf_wnext; /* work list link */ argument
158 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 …]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c109 struct udf_vfs *udf_vfs; member