Home
last modified time | relevance | path

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

/fs/fuse/
Dfile.c757 !test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_read_update_size()
1249 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write()
1287 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write()
3242 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
3272 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
3347 set_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
3379 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
Ddir.c1608 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
1674 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
1681 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
Dfuse_i.h160 FUSE_I_SIZE_UNSTABLE, enumerator
Dinode.c209 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes()