Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fuse/
H A Dfile.c788 !test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_read_update_size()
1236 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write()
1274 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write()
3325 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
3355 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
3436 set_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
3468 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
H A Ddir.c1725 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
1791 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
1802 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
H A Dfuse_i.h174 FUSE_I_SIZE_UNSTABLE, enumerator
H A Dinode.c230 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes()