Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fuse/
Dfuse_i.h120 FUSE_I_SIZE_UNSTABLE, enumerator
Dfile.c690 !test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_read_update_size()
1144 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write()
1181 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write()
3016 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
3046 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
Ddir.c1717 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
1783 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
1790 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
Dinode.c221 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes()