Searched refs:FLGOPT_OCTAL (Results 1 – 2 of 2) sorted by relevance
/third_party/ntfs-3g/src/ |
D | ntfs-3g_common.c | 95 { "umask", OPT_UMASK, FLGOPT_OCTAL }, 96 { "fmask", OPT_FMASK, FLGOPT_OCTAL }, 97 { "dmask", OPT_DMASK, FLGOPT_OCTAL }, 273 if ((poptl->flags & FLGOPT_OCTAL) in parse_mount_options()
|
D | ntfs-3g_common.h | 105 FLGOPT_OCTAL = 4, enumerator
|