Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/fuse-lite/
Dfuse_common.h50 #define FUSE_CAP_POSIX_ACL (1 << 18) macro
/third_party/libfuse/example/
Dprintcap.c74 if(conn->capable & FUSE_CAP_POSIX_ACL) in pc_init()
/third_party/libfuse/include/
Dfuse_common.h361 #define FUSE_CAP_POSIX_ACL (1 << 19) macro
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c1107 f->conn.capable |= FUSE_CAP_POSIX_ACL; in do_init()
1148 if (f->conn.want & FUSE_CAP_POSIX_ACL) in do_init()
1164 if (f->conn.want & FUSE_CAP_POSIX_ACL) in do_init()
/third_party/libfuse/
DChangeLog.rst357 * Fixed support for `FUSE_CAP_POSIX_ACL`: setting this capability
480 * Added FUSE_CAP_PARALLEL_DIROPS and FUSE_CAP_POSIX_ACL,
/third_party/ntfs-3g/src/
Dntfs-3g.c88 #ifndef FUSE_CAP_POSIX_ACL /* until defined in <fuse/fuse_common.h> */
89 #define FUSE_CAP_POSIX_ACL (1 << 18) macro
689 conn->want |= FUSE_CAP_POSIX_ACL; in ntfs_init()
Dlowntfs-3g.c89 #ifndef FUSE_CAP_POSIX_ACL /* until defined in <fuse/fuse_common.h> */
90 #define FUSE_CAP_POSIX_ACL (1 << 18) macro
632 conn->want |= FUSE_CAP_POSIX_ACL; in ntfs_init()
/third_party/libfuse/lib/
Dfuse_lowlevel.c2003 se->conn.capable |= FUSE_CAP_POSIX_ACL;
2144 if (se->conn.want & FUSE_CAP_POSIX_ACL)