Lines Matching defs:create
278 * it is called by get_block when create == 0. Returns block number
461 * this is called to create file map. So, _get_block_create_0 will not
465 struct buffer_head *bh_result, int create)
490 * The point of the wrapper is forcing a certain value for create, even
491 * though the VFS layer is calling this function with create==1. If you
492 * don't want to send create == GET_BLOCK_NO_HOLE to reiserfs_get_block,
497 int create)
509 int create)
523 create | GET_BLOCK_NO_DANGLE);
650 struct buffer_head *bh_result, int create)
689 * if !create, we aren't changing the FS, so we don't need to
692 if (!(create & GET_BLOCK_CREATE)) {
696 create | GET_BLOCK_READ_DIRECT);
705 if ((create & GET_BLOCK_NO_DANGLE) ||
757 &path, create);
771 &allocated_block_nr, NULL, create);
2591 * because it can create holes in the file (an unbounded operation).
3200 * didn't create files with tails.