Searched refs:find_attribute (Results 1 – 7 of 7) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsundelete.c | 973 attr30 = find_attribute(AT_FILE_NAME, ctx); in verify_parent() 988 while (!found_same_space && (attr30 = find_attribute(AT_FILE_NAME, ctx))) { in verify_parent() 1084 rec = find_attribute(AT_DATA, ctx); in rescue_name() 1163 while ((rec = find_attribute(AT_FILE_NAME, ctx))) { in get_filenames() 1220 rec = find_attribute(AT_STANDARD_INFORMATION, ctx); in get_filenames() 1231 rec = find_attribute(AT_DATA, ctx); in get_filenames() 1276 while ((rec = find_attribute(AT_DATA, ctx))) { in get_data()
|
D | cluster.c | 73 while ((rec = find_attribute(AT_UNUSED, a_ctx))) { in cluster_find()
|
D | utils.c | 459 ATTR_RECORD * find_attribute(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx) in find_attribute() function 505 rec = find_attribute(type, ctx); in find_first_attribute() 561 while ((rec = find_attribute(AT_FILE_NAME, ctx))) { in utils_inode_get_name()
|
D | utils.h | 54 ATTR_RECORD * find_attribute(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx);
|
D | ntfscluster.c | 303 while ((rec = find_attribute(AT_UNUSED, a_ctx))) { in info() 401 while ((rec = find_attribute(AT_UNUSED, ctx))) { in dump_file()
|
D | ntfsls.c | 693 while ((rec = find_attribute(AT_FILE_NAME, ctx))) { in main()
|
D | ntfsmove.c | 834 while ((rec = find_attribute(AT_UNUSED, ctx))) { in move_file()
|