Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dacls.h61 #define FILE_GREAD (FILE_READ_DATA | GENERIC_READ) macro
/third_party/ntfs-3g/libntfs-3g/
Dacls.c2964 if (owner & FILE_GREAD) in merge_permissions()
2988 if (group & FILE_GREAD) in merge_permissions()
3012 if (world & FILE_GREAD) in merge_permissions()
3940 if (pace->mask & FILE_GREAD) in ntfs_build_permissions_posix()
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1394 if (rights & le32_to_cpu(FILE_GREAD | FILE_GWRITE | FILE_GEXEC)) { in showace()
1396 if (rights & le32_to_cpu(FILE_GREAD)) in showace()