Searched refs:FUSE_I_SIZE_UNSTABLE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | file.c | 791 !test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_read_update_size() 1239 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write() 1277 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write() 3321 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 3351 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 3432 set_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range() 3464 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
|
H A D | dir.c | 1688 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 1754 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 1765 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
|
H A D | fuse_i.h | 174 FUSE_I_SIZE_UNSTABLE, enumerator
|
H A D | inode.c | 229 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes()
|
/kernel/linux/linux-6.6/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() 3045 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 3073 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate() 3154 set_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range() 3182 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi_out->state); in __fuse_copy_file_range()
|
H A D | dir.c | 1916 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 1993 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr() 2004 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()
|
Completed in 26 milliseconds