Home
last modified time | relevance | path

Searched refs:SID (Results 1 – 2 of 2) sorted by relevance

/fs/ntfs3/
A Dntfs.h1221 struct SID { struct
1227 static_assert(offsetof(struct SID, SubAuthority) == 8); argument
A Dfsntfs.c1713 static inline u32 sid_length(const struct SID *sid) in sid_length()
1785 const struct SID *owner = Add2Ptr(sd, sd_owner); in is_sd_valid()
1787 if (sd_owner + offsetof(struct SID, SubAuthority) > len) in is_sd_valid()
1799 const struct SID *group = Add2Ptr(sd, sd_group); in is_sd_valid()
1801 if (sd_group + offsetof(struct SID, SubAuthority) > len) in is_sd_valid()

Completed in 12 milliseconds