- * blocked behind that reference.
- */
- int dn_refcount;
- u_short dn_mode;
- uid_t dn_uid;
- gid_t dn_gid;
- struct timespec dn_atime;/* time of last access */
- struct timespec dn_mtime;/* time of last modification */
- struct timespec dn_ctime;/* time file changed */
- int (***dn_ops)(void *);/* yuk... pointer to pointer(s) to funcs */
- int dn_links;/* how many file links does this node have? */
- struct devfsmount * dn_dvm; /* the mount structure for this 'plane' */
- struct vnode * dn_vn; /* address of last vnode that represented us */
- int dn_len; /* of any associated info (e.g. dir data) */
- devdirent_t * dn_linklist;/* circular list of hardlinks to this node */
- devnode_t * dn_nextsibling; /* the list of equivalent nodes */
- devnode_t * * dn_prevsiblingp;/* backpointer for the above */
- devnode_type_t dn_typeinfo;
- int dn_change;
- int dn_update;
- int dn_access;
- int dn_lflags;
- ino_t dn_ino;
- int (*dn_clone)(dev_t dev, int action); /* get minor # */
- struct label * dn_label; /* security label */
+ * blocked behind that reference.
+ */
+ int dn_refcount;
+ u_short dn_mode;
+ uid_t dn_uid;
+ gid_t dn_gid;
+ struct timespec dn_atime;/* time of last access */
+ struct timespec dn_mtime;/* time of last modification */
+ struct timespec dn_ctime;/* time file changed */
+ int(***dn_ops)(void *);/* yuk... pointer to pointer(s) to funcs */
+ int dn_links;/* how many file links does this node have? */
+ struct devfsmount * dn_dvm; /* the mount structure for this 'plane' */
+ struct vnode * dn_vn;/* address of last vnode that represented us */
+ int dn_len;/* of any associated info (e.g. dir data) */
+ devdirent_t * dn_linklist;/* circular list of hardlinks to this node */
+ devnode_t * dn_nextsibling;/* the list of equivalent nodes */
+ devnode_t * * dn_prevsiblingp;/* backpointer for the above */
+ devnode_type_t dn_typeinfo;
+ int dn_change;
+ int dn_update;
+ int dn_access;
+ int dn_lflags;
+ ino_t dn_ino;
+ int (*dn_clone)(dev_t dev, int action);/* get minor # */
+ struct label * dn_label; /* security label */