Searched defs:_node (Results 1 – 2 of 2) sorted by relevance
42 typedef struct _node { struct43 struct _node *parent, *child; /* up, down */ argument44 struct _node *prev, *next; /* left, right */ argument45 off_t st_size; /* size */46 struct timespec st_mtimespec; /* last modification time */47 char *slink; /* symbolic link reference */48 uid_t st_uid; /* uid */49 gid_t st_gid; /* gid */51 mode_t st_mode; /* mode */52 dev_t st_rdev; /* device type */[all …]
741 cd9660node_rrip_tf(struct ISO_SUSP_ATTRIBUTES *p, fsnode *_node) in cd9660node_rrip_tf()