Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dxattr.c806 if (!is_sd_valid(sd, sd_size)) { in ntfs_getxattr()
909 if (!is_sd_valid(value, size)) { in ntfs_setxattr()
H A Dntfs_fs.h638 bool is_sd_valid(const struct SECURITY_DESCRIPTOR_RELATIVE *sd, u32 len);
H A Dfsntfs.c1787 bool is_sd_valid(const struct SECURITY_DESCRIPTOR_RELATIVE *sd, u32 len) in is_sd_valid() function