···478478 /** Are BSD file locking primitives not implemented by fs? */479479 unsigned no_flock:1;480480481481+ /** Is fallocate not implemented by fs? */482482+ unsigned no_fallocate:1;483483+481484 /** The number of requests waiting for completion */482485 atomic_t num_waiting;483486