Home
last modified time | relevance | path

Searched refs:AT_VOLUME_NAME (Results 1 – 8 of 8) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dvolume.c1186 if (ntfs_attr_lookup(AT_VOLUME_NAME, AT_UNNAMED, 0, 0, 0, NULL, 0, in ntfs_device_mount()
1938 na = ntfs_attr_open(vol->vol_ni, AT_VOLUME_NAME, AT_UNNAMED, 0); in ntfs_volume_rename()
1948 if (ntfs_attr_add(vol->vol_ni, AT_VOLUME_NAME, AT_UNNAMED, 0, in ntfs_volume_rename()
Dattrib.c3570 case AT_VOLUME_NAME :
3922 if(type == AT_VOLUME_NAME)
/third_party/ntfs-3g/ntfsprogs/
Dntfstruncate.c341 case AT_VOLUME_NAME: in dump_resident_attr_val()
Dntfsinfo.c1301 case AT_VOLUME_NAME: return "$VOLUME_NAME"; in get_attribute_type_name()
2387 case AT_VOLUME_NAME: in ntfs_dump_file_attributes()
Dntfsrecover.c714 case AT_VOLUME_NAME : in mftattrname()
Dmkntfs.c2229 i = insert_resident_attr_in_mft_record(m, AT_VOLUME_NAME, NULL, 0, in add_attr_vol_name()
Dplaylog.c197 case AT_VOLUME_NAME : in valid_type()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h505 AT_VOLUME_NAME = const_cpu_to_le32( 0x60), enumerator