Lines Matching refs:create
565 struct buffer_head *bh, int create, in ntfs_get_block_vbo() argument
605 err = attr_data_get_block(ni, vcn, 1, &lcn, &len, create ? &new : NULL, in ntfs_get_block_vbo()
606 create && sbi->cluster_size > PAGE_SIZE); in ntfs_get_block_vbo()
617 if (!create) { in ntfs_get_block_vbo()
640 } else if (create) { in ntfs_get_block_vbo()
699 struct buffer_head *bh_result, int create) in ntfs_get_block() argument
702 bh_result, create, GET_BLOCK_GENERAL); in ntfs_get_block()
706 struct buffer_head *bh_result, int create) in ntfs_get_block_bmap() argument
710 bh_result, create, GET_BLOCK_BMAP); in ntfs_get_block_bmap()
777 struct buffer_head *bh_result, int create) in ntfs_get_block_direct_IO_R() argument
780 bh_result, create, GET_BLOCK_DIRECT_IO_R); in ntfs_get_block_direct_IO_R()
784 struct buffer_head *bh_result, int create) in ntfs_get_block_direct_IO_W() argument
787 bh_result, create, GET_BLOCK_DIRECT_IO_W); in ntfs_get_block_direct_IO_W()
917 struct buffer_head *bh_result, int create) in ntfs_get_block_write_begin() argument
920 bh_result, create, GET_BLOCK_WRITE_BEGIN); in ntfs_get_block_write_begin()