Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dxattrs.c765 if (!ntfs_allowed_as_owner(scx, ni) in ntfs_xattr_system_removexattr()
777 if (!ntfs_allowed_as_owner(scx, ni) in ntfs_xattr_system_removexattr()
785 if (!ntfs_allowed_as_owner(scx, ni) in ntfs_xattr_system_removexattr()
H A Dsecurity.h228 BOOL ntfs_allowed_as_owner(struct SECURITY_CONTEXT *scx, ntfs_inode *ni);
H A Dsecurity.c3021 BOOL ntfs_allowed_as_owner(struct SECURITY_CONTEXT *scx, ntfs_inode *ni) in ntfs_allowed_as_owner() function