Searched refs:FUSE_I_SIZE_UNSTABLE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | file.c | 807 !test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_read_update_size() 1257 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write() 1293 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write() 3051 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 3079 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 3160 set_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range() 3188 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
|
H A D | dir.c | 1917 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 1994 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 2005 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
|
H A D | fuse_i.h | 185 FUSE_I_SIZE_UNSTABLE, enumerator
|
H A D | inode.c | 323 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes()
|