Lines Matching defs:create
278 * it is called by get_block when create == 0. Returns block number
469 * this is called to create file map. So, _get_block_create_0 will not
473 struct buffer_head *bh_result, int create)
498 * The point of the wrapper is forcing a certain value for create, even
499 * though the VFS layer is calling this function with create==1. If you
500 * don't want to send create == GET_BLOCK_NO_HOLE to reiserfs_get_block,
505 int create)
517 int create)
531 create | GET_BLOCK_NO_DANGLE);
658 struct buffer_head *bh_result, int create)
697 * if !create, we aren't changing the FS, so we don't need to
700 if (!(create & GET_BLOCK_CREATE)) {
704 create | GET_BLOCK_READ_DIRECT);
713 if ((create & GET_BLOCK_NO_DANGLE) ||
765 &path, create);
779 &allocated_block_nr, NULL, create);
2605 * because it can create holes in the file (an unbounded operation).
3223 * didn't create files with tails.