Home
last modified time | relevance | path

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

/fs/fuse/
Dfuse_i.h117 FUSE_I_SIZE_UNSTABLE, enumerator
Dfile.c680 !test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_read_update_size()
1122 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write()
1159 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_perform_write()
2962 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
2992 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_file_fallocate()
Ddir.c1692 set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
1757 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
1764 clear_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); in fuse_do_setattr()
Dinode.c214 test_bit(FUSE_I_SIZE_UNSTABLE, &fi->state)) { in fuse_change_attributes()