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

/opensolaris-onvv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Dinode.h165 struct list_head attr_cache; /* List of opened attributes. */ member in struct:_ntfs_inode
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dinode.c67 INIT_LIST_HEAD(&ni->attr_cache);
300 if (!list_empty(&ni->attr_cache))
H A Dattrib.c368 list_for_each(pos, &ni->attr_cache) {
448 list_add_tail(&na->list_entry, &ni->attr_cache);

Completed in 57 milliseconds