Searched refs:list_for_each_safe (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlist.h182 * list_for_each_safe - iterate over a list safe against removal of list entry
187 #define list_for_each_safe(pos, n, head) \ macro
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c730 list_for_each_safe(item, tmp, &file->name) { /* List of filenames */
745 list_for_each_safe(item, tmp, &file->data) { /* List of data streams */
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dvolume.c106 list_for_each_safe(pos, tmp, &v->inode_cache[i]) {

Completed in 38 milliseconds