Home
last modified time | relevance | path

Searched refs:FUSE_I_SIZE_UNSTABLE (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/fs/fuse/
Dfile.c807 !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()
3039 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
3067 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
3148 set_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
3176 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
Ddir.c1912 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
1989 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
2000 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
Dfuse_i.h170 FUSE_I_SIZE_UNSTABLE, enumerator
Dinode.c288 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes()