Searched refs:security_id (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/ntfs3/ |
H A D | inode.c | 181 ni->std_security_id = std5->security_id; in ntfs_read_mft() 1242 __le32 security_id = SECURITY_ID_INVALID; in ntfs_create_inode() local 1363 security_id = dir_ni->std_security_id; in ntfs_create_inode() 1364 if (le32_to_cpu(security_id) < SECURITY_ID_FIRST) { in ntfs_create_inode() 1365 security_id = sbi->security.def_security_id; in ntfs_create_inode() 1367 if (security_id == SECURITY_ID_INVALID && in ntfs_create_inode() 1369 &security_id, NULL)) in ntfs_create_inode() 1370 sbi->security.def_security_id = security_id; in ntfs_create_inode() 1377 if (security_id == SECURITY_ID_INVALID) { in ntfs_create_inode() 1381 std5->security_id = security_id; in ntfs_create_inode() [all …]
|
H A D | xattr.c | 896 __le32 security_id; in ntfs_setxattr() local 918 &security_id, &inserted); in ntfs_setxattr() 926 } else if (std->security_id != security_id) { in ntfs_setxattr() 927 std->security_id = ni->std_security_id = security_id; in ntfs_setxattr()
|
H A D | fsntfs.c | 1979 int ntfs_get_security_by_id(struct ntfs_sb_info *sbi, __le32 security_id, in ntfs_get_security_by_id() argument 2011 err = indx_find(indx, ni, root_sii, &security_id, sizeof(security_id), in ntfs_get_security_by_id() 2081 u32 size_sd, __le32 *security_id, bool *inserted) in ntfs_insert_security() argument 2108 *security_id = SECURITY_ID_INVALID; in ntfs_insert_security() 2156 *security_id = d_security->key.sec_id; in ntfs_insert_security() 2263 *security_id = d_security->key.sec_id; in ntfs_insert_security()
|
H A D | ntfs_fs.h | 641 int ntfs_get_security_by_id(struct ntfs_sb_info *sbi, __le32 security_id, 646 u32 size, __le32 *security_id, bool *inserted);
|
H A D | ntfs.h | 505 __le32 security_id; // 0x34: The Security Id is a key in the $SII Index and $SDS. member
|
/openbmc/linux/fs/ntfs/ |
H A 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
|
H A D | usnjrnl.h | 173 /*0x30*/le32 security_id; /* File security_id copied from member
|