Home
last modified time | relevance | path

Searched refs:FUSE_I_SIZE_UNSTABLE (Results 1 – 4 of 4) sorted by relevance

/linux/fs/fuse/
H A Dfile.c793 !test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) {
1348 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write()
1384 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write()
2981 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
3009 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
3092 set_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
3141 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
H A Ddir.c2210 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
2297 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
2308 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
H A Dfuse_i.h235 FUSE_I_SIZE_UNSTABLE, enumerator
H A Dinode.c358 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes_i()