Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fuse/
Dfuse_i.h122 FUSE_I_SIZE_UNSTABLE, enumerator
Dfile.c666 !test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_read_update_size()
1108 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write()
1145 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write()
2918 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
2948 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
Ddir.c1621 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
1686 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
1693 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
Dinode.c210 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes()