Searched defs:is_truncate (Results 1 – 2 of 2) sorted by relevance
/linux/fs/fuse/ | ||
H A D | dir.c | 1920 bool is_truncate = false; in fuse_do_setattr() local |
H A D | file.c | 240 bool is_truncate = (file->f_flags & O_TRUNC) && fc->atomic_o_trunc; in fuse_open() local |