Home
last modified time | relevance | path

Searched refs:is_sd_valid (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/ntfs3/
H A Dxattr.c807 if (!is_sd_valid(sd, sd_size)) { in ntfs_getxattr()
910 if (!is_sd_valid(value, size)) { in ntfs_setxattr()
H A Dntfs_fs.h643 bool is_sd_valid(const struct SECURITY_DESCRIPTOR_RELATIVE *sd, u32 len);
H A Dfsntfs.c1763 bool is_sd_valid(const struct SECURITY_DESCRIPTOR_RELATIVE *sd, u32 len) in is_sd_valid() function