Searched refs:security_id (Results 1 – 5 of 5) sorted by relevance
| /fs/ntfs3/ |
| A D | inode.c | 183 ni->std_security_id = std5->security_id; in ntfs_read_mft() 1191 __le32 security_id = SECURITY_ID_INVALID; in ntfs_create_inode() local 1321 security_id = dir_ni->std_security_id; in ntfs_create_inode() 1323 security_id = sbi->security.def_security_id; in ntfs_create_inode() 1325 if (security_id == SECURITY_ID_INVALID && in ntfs_create_inode() 1327 &security_id, NULL)) in ntfs_create_inode() 1328 sbi->security.def_security_id = security_id; in ntfs_create_inode() 1335 if (security_id == SECURITY_ID_INVALID) { in ntfs_create_inode() 1339 std5->security_id = security_id; in ntfs_create_inode() 1340 ni->std_security_id = security_id; in ntfs_create_inode() [all …]
|
| A D | xattr.c | 913 __le32 security_id; in ntfs_setxattr() local 935 &security_id, &inserted); in ntfs_setxattr() 943 } else if (std->security_id != security_id) { in ntfs_setxattr() 944 std->security_id = ni->std_security_id = security_id; in ntfs_setxattr()
|
| A D | fsntfs.c | 1959 int ntfs_get_security_by_id(struct ntfs_sb_info *sbi, __le32 security_id, in ntfs_get_security_by_id() argument 1991 err = indx_find(indx, ni, root_sii, &security_id, sizeof(security_id), in ntfs_get_security_by_id() 2061 u32 size_sd, __le32 *security_id, bool *inserted) in ntfs_insert_security() argument 2088 *security_id = SECURITY_ID_INVALID; in ntfs_insert_security() 2137 *security_id = d_security->key.sec_id; in ntfs_insert_security() 2243 *security_id = d_security->key.sec_id; in ntfs_insert_security()
|
| A D | ntfs_fs.h | 646 int ntfs_get_security_by_id(struct ntfs_sb_info *sbi, __le32 security_id, 651 u32 size, __le32 *security_id, bool *inserted);
|
| A D | ntfs.h | 505 __le32 security_id; // 0x34: The Security Id is a key in the $SII Index and $SDS. member
|
Completed in 29 milliseconds