Searched refs:copy_attribute (Results 1 – 3 of 3) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsrecover.h | 144 void copy_attribute(struct ATTR *pa, const char *buf, int length);
|
D | ntfsrecover.c | 1174 void copy_attribute(struct ATTR *pa, const char *buf, int length) in copy_attribute() function 1235 copy_attribute(pa, buf, length); in refresh_attributes() 1253 copy_attribute(pa, buf + i, step); in refresh_attributes() 1752 copy_attribute(pa, buf, length); in fixup() 1794 copy_attribute(pa, &buf[i], step); in fixup()
|
D | playlog.c | 2393 copy_attribute(pa, data, length); in redo_open_attribute()
|