Searched refs:security_id (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/fs/ntfs3/ |
D | inode.c | 155 ni->std_security_id = std5->security_id; in ntfs_read_mft() 1185 __le32 security_id = SECURITY_ID_INVALID; in ntfs_create_inode() local 1297 security_id = dir_ni->std_security_id; in ntfs_create_inode() 1298 if (le32_to_cpu(security_id) < SECURITY_ID_FIRST) { in ntfs_create_inode() 1299 security_id = sbi->security.def_security_id; in ntfs_create_inode() 1301 if (security_id == SECURITY_ID_INVALID && in ntfs_create_inode() 1303 &security_id, NULL)) in ntfs_create_inode() 1304 sbi->security.def_security_id = security_id; in ntfs_create_inode() 1311 if (security_id == SECURITY_ID_INVALID) { in ntfs_create_inode() 1315 std5->security_id = security_id; in ntfs_create_inode() [all …]
|
D | xattr.c | 866 __le32 security_id; in ntfs_setxattr() local 888 &security_id, &inserted); in ntfs_setxattr() 896 } else if (std->security_id != security_id) { in ntfs_setxattr() 897 std->security_id = ni->std_security_id = security_id; in ntfs_setxattr()
|
D | fsntfs.c | 1926 int ntfs_get_security_by_id(struct ntfs_sb_info *sbi, __le32 security_id, in ntfs_get_security_by_id() argument 1958 err = indx_find(indx, ni, root_sii, &security_id, sizeof(security_id), in ntfs_get_security_by_id() 2028 u32 size_sd, __le32 *security_id, bool *inserted) in ntfs_insert_security() argument 2055 *security_id = SECURITY_ID_INVALID; in ntfs_insert_security() 2103 *security_id = d_security->key.sec_id; in ntfs_insert_security() 2210 *security_id = d_security->key.sec_id; in ntfs_insert_security()
|
D | ntfs_fs.h | 631 int ntfs_get_security_by_id(struct ntfs_sb_info *sbi, __le32 security_id, 636 u32 size, __le32 *security_id, bool *inserted);
|
D | ntfs.h | 505 __le32 security_id; // 0x34: The Security Id is a key in the $SII Index and $SDS. member
|
/Linux-v6.1/fs/ntfs/ |
D | layout.h | 909 /* 52*/ le32 security_id; /* Security_id for the file. member 1828 le32 security_id; /* The security_id assigned to the descriptor. */ member 1849 le32 security_id; /* The security_id assigned to the descriptor. */ member 1861 le32 security_id; /* The security_id assigned to the descriptor. */ member 1871 le32 security_id; /* The security_id assigned to the descriptor. */ member
|
D | usnjrnl.h | 173 /*0x30*/le32 security_id; /* File security_id copied from member
|