Searched refs:FUSE_I_SIZE_UNSTABLE (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/fs/fuse/ |
| D | file.c | 797 !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() 2967 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 2997 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 3077 set_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range() 3109 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
|
| D | dir.c | 1625 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 1701 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 1712 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
|
| D | fuse_i.h | 167 FUSE_I_SIZE_UNSTABLE, enumerator
|
| D | inode.c | 229 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes()
|