Searched refs:AT_SECURITY_DESCRIPTOR (Results 1 – 8 of 8) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfstruncate.c | 337 case AT_SECURITY_DESCRIPTOR: in dump_resident_attr_val()
|
D | ntfsinfo.c | 1300 case AT_SECURITY_DESCRIPTOR: return "$SECURITY_DESCRIPTOR"; in get_attribute_type_name() 2383 case AT_SECURITY_DESCRIPTOR: in ntfs_dump_file_attributes()
|
D | mkntfs.c | 2127 AT_SECURITY_DESCRIPTOR, NULL, 0, in add_attr_sd() 2132 AT_SECURITY_DESCRIPTOR, NULL, 0, in add_attr_sd()
|
D | ntfsrecover.c | 711 case AT_SECURITY_DESCRIPTOR : in mftattrname()
|
D | playlog.c | 196 case AT_SECURITY_DESCRIPTOR : in valid_type()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | security.c | 959 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()
|
D | dir.c | 1779 ntfs_attr_remove(ni, AT_SECURITY_DESCRIPTOR, AT_UNNAMED, 0); in __ntfs_create()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | layout.h | 504 AT_SECURITY_DESCRIPTOR = const_cpu_to_le32( 0x50), enumerator
|