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