Searched refs:FUSE_I_SIZE_UNSTABLE (Results 1 – 4 of 4) sorted by relevance
/fs/fuse/ |
D | file.c | 757 !test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_read_update_size() 1249 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write() 1287 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write() 3242 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 3272 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 3347 set_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range() 3379 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
|
D | dir.c | 1608 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 1674 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 1681 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
|
D | fuse_i.h | 160 FUSE_I_SIZE_UNSTABLE, enumerator
|
D | inode.c | 209 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes()
|