Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fuse/
Dfuse_i.h120 FUSE_I_SIZE_UNSTABLE, enumerator
Dfile.c676 !test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_read_update_size()
1127 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write()
1164 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write()
2976 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
3006 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
Ddir.c1670 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
1735 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
1742 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
Dinode.c215 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes()