Lines Matching refs:security_id
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()
1322 if (le32_to_cpu(security_id) < SECURITY_ID_FIRST) { 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()
1392 if (security_id == SECURITY_ID_INVALID) { in ntfs_create_inode()