Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dacls.c1615 u16 mixperms; in build_user_denials() local
1708 mixperms = pset->grpperms | pset->othperms; in build_user_denials()
1710 mixperms |= pset->selfuserperms; in build_user_denials()
1712 if (mixperms & POSIX_PERM_X) in build_user_denials()
1714 if (mixperms & POSIX_PERM_W) in build_user_denials()
1716 if (mixperms & POSIX_PERM_R) in build_user_denials()
1719 if (mixperms & POSIX_PERM_X) in build_user_denials()
1721 if (mixperms & POSIX_PERM_W) in build_user_denials()
1723 if (mixperms & POSIX_PERM_R) in build_user_denials()
1727 mixperms = ~pset->grpperms & pset->othperms; in build_user_denials()
[all …]