Searched refs:FUSE_I_SIZE_UNSTABLE (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/fuse/ |
| D | file.c | 747 !test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_read_update_size() 1206 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write() 1244 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write() 3190 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 3220 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 3282 set_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range() 3310 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
|
| D | fuse_i.h | 160 FUSE_I_SIZE_UNSTABLE, enumerator
|
| D | dir.c | 1540 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 1605 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 1612 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
|
| D | inode.c | 201 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes()
|