Searched refs:STANDARD_INFORMATION (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dattrib.h228 STANDARD_INFORMATION std_inf;
H A Dlayout.h830 * These flags are only present in the STANDARD_INFORMATION attribute
885 * This flag is only present in the $STANDARD_INFORMATION and
899 * struct STANDARD_INFORMATION - Attribute: Standard information (0x10).
941 * if (resident.ValueLength < sizeof(STANDARD_INFORMATION)) {
988 } __attribute__((__packed__)) STANDARD_INFORMATION; typedef in typeref:struct:__anon4192
1885 * is stored in the $STANDARD_INFORMATION attribute of the file/directory to
1886 * which the security descriptor is being applied. The $STANDARD_INFORMATION
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dinode.c157 STANDARD_INFORMATION *std_info;
180 ntfs_log_perror("No STANDARD_INFORMATION in base record\n");
183 std_info = (STANDARD_INFORMATION *)((u8 *)ctx->attr +
516 STANDARD_INFORMATION *std_info;
530 std_info = (STANDARD_INFORMATION *)((u8 *)ctx->attr +
680 /* Update STANDARD_INFORMATION. */
1016 * $STANDARD_INFORMATION and $ATTRIBUTE_LIST must stay in the base MFT
1055 * Reposition to first attribute after $STANDARD_INFORMATION
H A Ddir.c1068 STANDARD_INFORMATION *si = NULL;
1089 * Create STANDARD_INFORMATION attribute. Write STANDARD_INFORMATION
1092 si_len = offsetof(STANDARD_INFORMATION, v1_end);
1106 /* Add STANDARD_INFORMATION to inode. */
1110 ntfs_log_error("Failed to add STANDARD_INFORMATION "
H A Dvolume.c211 STANDARD_INFORMATION *si;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dinode.c550 STANDARD_INFORMATION *si;
635 ntfs_error(vi->i_sb, "$STANDARD_INFORMATION attribute "
642 si = (STANDARD_INFORMATION*)((u8*)a +
2902 STANDARD_INFORMATION *si;
2936 si = (STANDARD_INFORMATION*)((u8*)ctx->attr +
H A Dlayout.h731 * STANDARD_INFORMATION attribute of MFT_RECORDs and the FILENAME_ATTR
735 * appear in the STANDARD_INFORMATION attribute whilst only some others appear
772 * FILENAME_ATTR attributes but not in the STANDARD_INFORMATION
837 * if (resident.ValueLength < sizeof(STANDARD_INFORMATION)) {
875 } __attribute__ ((__packed__)) STANDARD_INFORMATION; typedef in typeref:struct:__anon16832
1753 * is stored in the $STANDARD_INFORMATION attribute of the file/directory to
1754 * which the security descriptor is being applied. The $STANDARD_INFORMATION

Completed in 98 milliseconds