Home
last modified time | relevance | path

Searched refs:security_id (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/ntfs3/
H A Dinode.c183 ni->std_security_id = std5->security_id; in ntfs_read_mft()
1169 __le32 security_id = SECURITY_ID_INVALID; in ntfs_create_inode() local
1293 security_id = dir_ni->std_security_id; in ntfs_create_inode()
1295 security_id = sbi->security.def_security_id; in ntfs_create_inode()
1297 if (security_id == SECURITY_ID_INVALID && in ntfs_create_inode()
1299 &security_id, NULL)) in ntfs_create_inode()
1300 sbi->security.def_security_id = security_id; in ntfs_create_inode()
1307 if (security_id == SECURITY_ID_INVALID) { in ntfs_create_inode()
1311 std5->security_id = security_id; in ntfs_create_inode()
1312 ni->std_security_id = security_id; in ntfs_create_inode()
[all …]
H A Dxattr.c897 __le32 security_id; in ntfs_setxattr() local
919 &security_id, &inserted); in ntfs_setxattr()
927 } else if (std->security_id != security_id) { in ntfs_setxattr()
928 std->security_id = ni->std_security_id = security_id; in ntfs_setxattr()
H A Dfsntfs.c1955 int ntfs_get_security_by_id(struct ntfs_sb_info *sbi, __le32 security_id, in ntfs_get_security_by_id() argument
1987 err = indx_find(indx, ni, root_sii, &security_id, sizeof(security_id), in ntfs_get_security_by_id()
2057 u32 size_sd, __le32 *security_id, bool *inserted) in ntfs_insert_security() argument
2084 *security_id = SECURITY_ID_INVALID; in ntfs_insert_security()
2133 *security_id = d_security->key.sec_id; in ntfs_insert_security()
2239 *security_id = d_security->key.sec_id; in ntfs_insert_security()
H A Dntfs_fs.h645 int ntfs_get_security_by_id(struct ntfs_sb_info *sbi, __le32 security_id,
650 u32 size, __le32 *security_id, bool *inserted);
H A Dntfs.h505 __le32 security_id; // 0x34: The Security Id is a key in the $SII Index and $SDS. member