Searched refs:FUSE_I_SIZE_UNSTABLE (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/fuse/ |
| H A D | file.c | 787 !test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_read_update_size() 1343 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write() 1379 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() 3004 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 3087 set_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range() 3136 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
|
| H A D | dir.c | 2206 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 2293 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 2304 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
|
| H A D | fuse_i.h | 235 FUSE_I_SIZE_UNSTABLE, enumerator
|
| H A D | inode.c | 358 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes_i()
|