Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dxattr.c828 if (!is_sd_valid(sd, sd_size)) { in ntfs_getxattr()
931 if (!is_sd_valid(value, size)) { in ntfs_setxattr()
H A Dntfs_fs.h707 bool is_sd_valid(const struct SECURITY_DESCRIPTOR_RELATIVE *sd, u32 len);
H A Dfsntfs.c1789 bool is_sd_valid(const struct SECURITY_DESCRIPTOR_RELATIVE *sd, u32 len) in is_sd_valid() function