Searched refs:FUSE_I_SIZE_UNSTABLE (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/fuse/ |
| H A D | file.c | 850 !test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_read_update_size() 1319 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write() 1355 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write() 3233 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 3261 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 3342 set_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range() 3370 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
|
| H A D | dir.c | 2005 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 2082 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 2093 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
|
| H A D | fuse_i.h | 225 FUSE_I_SIZE_UNSTABLE, enumerator
|
| H A D | inode.c | 355 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes_i()
|