Searched refs:list_entry (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlist.h165 * list_entry - get the struct for this entry
170 #define list_entry(ptr, type, member) \ macro
H A Dinode.h159 struct list_head list_entry; /* Keep pointers to the next/prev list member in struct:_ntfs_inode
H A Dattrib.h199 struct list_head list_entry; member in struct:_ntfs_attr
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsls.c355 tofree = list_entry(walker, struct dir, list);
424 subdir = list_entry(dir_walker, struct dir, list);
451 list_entry(comp_walker,
H A Dntfsundelete.c731 struct filename *f = list_entry(item, struct filename, list);
746 struct data *d = list_entry(item, struct data, list);
1180 data = list_entry(pos, struct data, list);
1300 struct filename *f = list_entry(item, struct filename, list);
1353 struct data *d = list_entry(item, struct data, list);
1431 struct data *d = list_entry(item, struct data, list);
1481 struct filename *f = list_entry(item, struct filename, list);
1717 struct data *d = list_entry(item, struct data, list);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dinode.c109 list_add_tail(&ni->list_entry, &ni->vol->inode_cache[
156 tmp_ni = list_entry(pos, ntfs_inode, list_entry);
367 list_del(&ni->list_entry);
H A Dvolume.c108 list_entry(pos, ntfs_inode, list_entry);
H A Dattrib.c371 tmp_na = list_entry(pos, ntfs_attr, list_entry);
448 list_add_tail(&na->list_entry, &ni->attr_cache);
477 list_del(&na->list_entry);

Completed in 80 milliseconds