Lines Matching refs:security_id
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()
1354 ni->std_security_id = security_id; in ntfs_create_inode()
1406 if (security_id == SECURITY_ID_INVALID) { in ntfs_create_inode()