Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/fuse-lite/
Dfuse_common.h53 #define FUSE_CAP_BIG_WRITES (1 << 5) macro
/third_party/ntfs-3g/src/
Dntfs-3g_common.c395 #ifdef FUSE_CAP_BIG_WRITES in parse_mount_options()
Dntfs-3g.c691 #ifdef FUSE_CAP_BIG_WRITES in ntfs_init()
695 conn->want |= FUSE_CAP_BIG_WRITES; in ntfs_init()
Dlowntfs-3g.c634 #ifdef FUSE_CAP_BIG_WRITES in ntfs_init()
638 conn->want |= FUSE_CAP_BIG_WRITES; in ntfs_init()
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c1110 f->conn.capable |= FUSE_CAP_BIG_WRITES; in do_init()
1173 if (f->conn.want & FUSE_CAP_BIG_WRITES) in do_init()