Home
last modified time | relevance | path

Searched refs:security_id (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dinode.c181 ni->std_security_id = std5->security_id; in ntfs_read_mft()
1231 __le32 security_id = SECURITY_ID_INVALID; in ntfs_create_inode() local
1352 security_id = dir_ni->std_security_id; in ntfs_create_inode()
1353 if (le32_to_cpu(security_id) < SECURITY_ID_FIRST) { in ntfs_create_inode()
1354 security_id = sbi->security.def_security_id; in ntfs_create_inode()
1356 if (security_id == SECURITY_ID_INVALID && in ntfs_create_inode()
1358 &security_id, NULL)) in ntfs_create_inode()
1359 sbi->security.def_security_id = security_id; in ntfs_create_inode()
1366 if (security_id == SECURITY_ID_INVALID) { in ntfs_create_inode()
1370 std5->security_id in ntfs_create_inode()
[all...]
H A Dxattr.c893 __le32 security_id; in ntfs_setxattr() local
915 &security_id, &inserted); in ntfs_setxattr()
923 } else if (std->security_id != security_id) { in ntfs_setxattr()
924 std->security_id = ni->std_security_id = security_id; in ntfs_setxattr()
H A Dfsntfs.c1979 int ntfs_get_security_by_id(struct ntfs_sb_info *sbi, __le32 security_id, in ntfs_get_security_by_id() argument
2011 err = indx_find(indx, ni, root_sii, &security_id, sizeof(security_id), in ntfs_get_security_by_id()
2081 u32 size_sd, __le32 *security_id, bool *inserted) in ntfs_insert_security()
2108 *security_id = SECURITY_ID_INVALID; in ntfs_insert_security()
2156 *security_id = d_security->key.sec_id; in ntfs_insert_security()
2263 *security_id = d_security->key.sec_id; in ntfs_insert_security()
2079 ntfs_insert_security(struct ntfs_sb_info *sbi, const struct SECURITY_DESCRIPTOR_RELATIVE *sd, u32 size_sd, __le32 *security_id, bool *inserted) ntfs_insert_security() argument
H A Dntfs_fs.h640 int ntfs_get_security_by_id(struct ntfs_sb_info *sbi, __le32 security_id,
645 u32 size, __le32 *security_id, bool *inserted);
H A Dntfs.h508 __le32 security_id; // 0x34: The Security Id is a key in the $SII Index and $SDS. member
934 __le32 sec_id; // 0x10: Key: sizeof(security_id) = wKeySize
/kernel/linux/linux-5.10/fs/ntfs/
H A Dlayout.h495 * security_id (le32).
499 * values and second by ascending security_id values. E.g. used for $SDH
909 /* 52*/ le32 security_id; /* Security_id for the file. member
1778 * in FILE_Secure and the correct descriptor is found using the security_id
1792 * (security_id, not to be confused with a SID). The security_id is unique for
1795 * data attribute. The $SII index is sorted by ascending security_id.
1806 * When a precise match is found, the security_id coresponding to the security
1814 * security_id and is added to the $SDS data attribute. Then, entries
1828 le32 security_id; /* Th member
1849 le32 security_id; /* The security_id assigned to the descriptor. */ global() member
1861 le32 security_id; /* The security_id assigned to the descriptor. */ global() member
1871 le32 security_id; /* The security_id assigned to the descriptor. */ global() member
[all...]
H A Dusnjrnl.h173 /*0x30*/le32 security_id; /* File security_id copied from member
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlayout.h495 * security_id (le32).
499 * values and second by ascending security_id values. E.g. used for $SDH
909 /* 52*/ le32 security_id; /* Security_id for the file. member
1778 * in FILE_Secure and the correct descriptor is found using the security_id
1792 * (security_id, not to be confused with a SID). The security_id is unique for
1795 * data attribute. The $SII index is sorted by ascending security_id.
1806 * When a precise match is found, the security_id coresponding to the security
1814 * security_id and is added to the $SDS data attribute. Then, entries
1828 le32 security_id; /* Th member
1849 le32 security_id; /* The security_id assigned to the descriptor. */ global() member
1861 le32 security_id; /* The security_id assigned to the descriptor. */ global() member
1871 le32 security_id; /* The security_id assigned to the descriptor. */ global() member
[all...]
H A Dusnjrnl.h173 /*0x30*/le32 security_id; /* File security_id copied from member

Completed in 29 milliseconds