Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dinode.c182 ni->std_security_id = std5->security_id; in ntfs_read_mft()
1255 __le32 security_id = SECURITY_ID_INVALID; in ntfs_create_inode() local
1385 security_id = dir_ni->std_security_id; in ntfs_create_inode()
1386 if (le32_to_cpu(security_id) < SECURITY_ID_FIRST) { in ntfs_create_inode()
1387 security_id = sbi->security.def_security_id; in ntfs_create_inode()
1389 if (security_id == SECURITY_ID_INVALID && in ntfs_create_inode()
1391 &security_id, NULL)) in ntfs_create_inode()
1392 sbi->security.def_security_id = security_id; in ntfs_create_inode()
1399 if (security_id == SECURITY_ID_INVALID) { in ntfs_create_inode()
1403 std5->security_id = security_id; in ntfs_create_inode()
[all …]
H A Dxattr.c918 __le32 security_id; in ntfs_setxattr() local
940 &security_id, &inserted); in ntfs_setxattr()
948 } else if (std->security_id != security_id) { in ntfs_setxattr()
949 std->security_id = ni->std_security_id = security_id; in ntfs_setxattr()
H A Dfsntfs.c1981 int ntfs_get_security_by_id(struct ntfs_sb_info *sbi, __le32 security_id, in ntfs_get_security_by_id() argument
2013 err = indx_find(indx, ni, root_sii, &security_id, sizeof(security_id), in ntfs_get_security_by_id()
2083 u32 size_sd, __le32 *security_id, bool *inserted) in ntfs_insert_security() argument
2110 *security_id = SECURITY_ID_INVALID; in ntfs_insert_security()
2159 *security_id = d_security->key.sec_id; in ntfs_insert_security()
2265 *security_id = d_security->key.sec_id; in ntfs_insert_security()
H A Dntfs_fs.h709 int ntfs_get_security_by_id(struct ntfs_sb_info *sbi, __le32 security_id,
714 u32 size, __le32 *security_id, bool *inserted);
H A Dntfs.h509 __le32 security_id; // 0x34: The Security Id is a key in the $SII Index and $SDS. member