Searched refs:security_id (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/fs/ntfs3/ |
| D | inode.c | 181 ni->std_security_id = std5->security_id; in ntfs_read_mft() 1219 __le32 security_id = SECURITY_ID_INVALID; in ntfs_create_inode() local 1335 security_id = dir_ni->std_security_id; in ntfs_create_inode() 1336 if (le32_to_cpu(security_id) < SECURITY_ID_FIRST) { in ntfs_create_inode() 1337 security_id = sbi->security.def_security_id; in ntfs_create_inode() 1339 if (security_id == SECURITY_ID_INVALID && in ntfs_create_inode() 1341 &security_id, NULL)) in ntfs_create_inode() 1342 sbi->security.def_security_id = security_id; in ntfs_create_inode() 1349 if (security_id == SECURITY_ID_INVALID) { in ntfs_create_inode() 1353 std5->security_id = security_id; in ntfs_create_inode() [all …]
|
| D | xattr.c | 887 __le32 security_id; in ntfs_setxattr() local 909 &security_id, &inserted); in ntfs_setxattr() 917 } else if (std->security_id != security_id) { in ntfs_setxattr() 918 std->security_id = ni->std_security_id = security_id; in ntfs_setxattr()
|
| D | fsntfs.c | 1954 int ntfs_get_security_by_id(struct ntfs_sb_info *sbi, __le32 security_id, in ntfs_get_security_by_id() argument 1986 err = indx_find(indx, ni, root_sii, &security_id, sizeof(security_id), in ntfs_get_security_by_id() 2056 u32 size_sd, __le32 *security_id, bool *inserted) in ntfs_insert_security() argument 2083 *security_id = SECURITY_ID_INVALID; in ntfs_insert_security() 2131 *security_id = d_security->key.sec_id; in ntfs_insert_security() 2238 *security_id = d_security->key.sec_id; in ntfs_insert_security()
|
| D | ntfs_fs.h | 637 int ntfs_get_security_by_id(struct ntfs_sb_info *sbi, __le32 security_id, 642 u32 size, __le32 *security_id, bool *inserted);
|
| D | ntfs.h | 508 __le32 security_id; // 0x34: The Security Id is a key in the $SII Index and $SDS. member
|
| /Linux-v6.6/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
|