Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dntfstruncate.c337 case AT_SECURITY_DESCRIPTOR: in dump_resident_attr_val()
Dntfsinfo.c1300 case AT_SECURITY_DESCRIPTOR: return "$SECURITY_DESCRIPTOR"; in get_attribute_type_name()
2383 case AT_SECURITY_DESCRIPTOR: in ntfs_dump_file_attributes()
Dmkntfs.c2127 AT_SECURITY_DESCRIPTOR, NULL, 0, in add_attr_sd()
2132 AT_SECURITY_DESCRIPTOR, NULL, 0, in add_attr_sd()
Dntfsrecover.c711 case AT_SECURITY_DESCRIPTOR : in mftattrname()
Dplaylog.c196 case AT_SECURITY_DESCRIPTOR : in valid_type()
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c959 na = ntfs_attr_open(ni, AT_SECURITY_DESCRIPTOR, AT_UNNAMED, 0); in update_secur_descr()
998 res = ntfs_attr_add(ni, AT_SECURITY_DESCRIPTOR, in update_secur_descr()
1025 AT_SECURITY_DESCRIPTOR, in update_secur_descr()
1098 ntfs_attr_remove(ni, AT_SECURITY_DESCRIPTOR, in upgrade_secur_desc()
1892 securattr = ntfs_attr_readall(ni, AT_SECURITY_DESCRIPTOR, in getsecurityattr()
3418 ret = ntfs_attr_add(ni, AT_SECURITY_DESCRIPTOR, AT_UNNAMED, 0, (u8*)sd, in ntfs_sd_add_everyone()
Ddir.c1779 ntfs_attr_remove(ni, AT_SECURITY_DESCRIPTOR, AT_UNNAMED, 0); in __ntfs_create()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h504 AT_SECURITY_DESCRIPTOR = const_cpu_to_le32( 0x50), enumerator