Searched refs:FUSE_FSYNC (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/include/linux/ | ||
D | fuse.h | 258 FUSE_FSYNC = 20, enumerator |
/linux-3.4.99/fs/fuse/ | ||
D | file.c | 448 req->in.h.opcode = isdir ? FUSE_FSYNCDIR : FUSE_FSYNC; in fuse_fsync_common() |