Searched refs:ntfs_allowed_as_owner (Results 1 – 5 of 5) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | xattrs.c | 765 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()
|
D | security.c | 3007 BOOL ntfs_allowed_as_owner(struct SECURITY_CONTEXT *scx, ntfs_inode *ni) in ntfs_allowed_as_owner() function
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | security.h | 228 BOOL ntfs_allowed_as_owner(struct SECURITY_CONTEXT *scx, ntfs_inode *ni);
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 2794 if (ntfs_allowed_as_owner(&security, ni) in ntfs_fuse_utimens() 2853 ownerok = ntfs_allowed_as_owner(&security, ni); in ntfs_fuse_utime() 3480 if (ntfs_allowed_as_owner(&security,ni)) { in ntfs_fuse_setxattr() 3521 || ntfs_allowed_as_owner(&security,ni)) { in ntfs_fuse_setxattr() 3579 if (!ntfs_allowed_as_owner(&security,ni)) { in ntfs_fuse_setxattr() 3718 if (ntfs_allowed_as_owner(&security,ni)) { in ntfs_fuse_removexattr() 3763 || ntfs_allowed_as_owner(&security,ni)) { in ntfs_fuse_removexattr() 3821 if (!ntfs_allowed_as_owner(&security,ni)) { in ntfs_fuse_removexattr()
|
D | lowntfs-3g.c | 2082 if (ntfs_allowed_as_owner(scx, ni) in ntfs_fuse_utimens() 2159 ownerok = ntfs_allowed_as_owner(scx, ni); in ntfs_fuse_utime() 3756 if (ntfs_allowed_as_owner(&security, ni)) { 3790 || ntfs_allowed_as_owner(&security, ni)) { 3865 if (!ntfs_allowed_as_owner(&security, ni)) { 4003 if (ntfs_allowed_as_owner(&security, ni)) { 4037 || ntfs_allowed_as_owner(&security, ni)) { 4115 if (!ntfs_allowed_as_owner(&security, ni)) {
|